add README

This commit is contained in:
Alex Kelly 2026-03-13 21:48:31 -04:00
commit fda2f34ff3
2 changed files with 25 additions and 0 deletions

View file

@ -4,5 +4,9 @@ services:
image: "codeberg.org/kellya/logseq-sync:latest"
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: