add example docker-compose
This commit is contained in:
parent
f12a160a74
commit
c67a60d747
1 changed files with 8 additions and 0 deletions
8
docker-compose.yaml
Normal file
8
docker-compose.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
services:
|
||||||
|
logseq-sync:
|
||||||
|
container_name: logseq-sync
|
||||||
|
image: "codeberg.org/kellya/logseq-sync:latest"
|
||||||
|
volumes:
|
||||||
|
- ./data:/logseq-sync/data
|
||||||
|
restart: unless-stopped
|
||||||
|
network_mode: host
|
||||||
Loading…
Add table
Add a link
Reference in a new issue