8 lines
206 B
YAML
8 lines
206 B
YAML
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
|