add directions from 4shutosh.com

This commit is contained in:
Alex Kelly 2026-04-13 09:39:57 -04:00
commit 1d9ae76682
2 changed files with 25 additions and 7 deletions

View file

@ -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: