add ports mapping

This commit is contained in:
Alex Kelly 2026-03-14 11:54:13 -04:00
commit a65a872a83

View file

@ -2,6 +2,8 @@ services:
logseq-sync:
container_name: logseq-sync
image: "codeberg.org/kellya/logseq-sync:latest"
ports:
- 8787:8787
volumes:
- ./data:/logseq-sync/data
# or use a named volume and uncomment the volume section below