add directions from 4shutosh.com
This commit is contained in:
parent
a65a872a83
commit
1d9ae76682
2 changed files with 25 additions and 7 deletions
|
|
@ -1,14 +1,16 @@
|
|||
services:
|
||||
logseq-sync:
|
||||
environment:
|
||||
DB_SYNC_LOG_LEVEL: "debug"
|
||||
container_name: logseq-sync
|
||||
image: "codeberg.org/kellya/logseq-sync:latest"
|
||||
ports:
|
||||
- 8787:8787
|
||||
- 8788:8788
|
||||
volumes:
|
||||
- ./data:/logseq-sync/data
|
||||
# or use a named volume and uncomment the volume section below
|
||||
# - data:/logseq-sync/data
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
#volumes:
|
||||
# data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue