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 # - data:/logseq-sync/data restart: unless-stopped network_mode: host #volumes: # data: