add ports mapping
This commit is contained in:
parent
1094c7d8e6
commit
a65a872a83
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@ services:
|
||||||
logseq-sync:
|
logseq-sync:
|
||||||
container_name: logseq-sync
|
container_name: logseq-sync
|
||||||
image: "codeberg.org/kellya/logseq-sync:latest"
|
image: "codeberg.org/kellya/logseq-sync:latest"
|
||||||
|
ports:
|
||||||
|
- 8787:8787
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/logseq-sync/data
|
- ./data:/logseq-sync/data
|
||||||
# or use a named volume and uncomment the volume section below
|
# or use a named volume and uncomment the volume section below
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue