Update Syncthing config

This commit is contained in:
2025-12-11 15:07:12 +00:00
parent ac66c130be
commit 752eca99da
+9 -4
View File
@@ -9,10 +9,15 @@ services:
volumes:
- /srv/syncthing-data:/var/syncthing
- /srv/obsidian-config/Obsidian Vault:/obsidian
network_mode: host
ports:
- "8384:8384" # Web UI (configure in nginx-proxy-manager)
- "22000:22000/tcp" # Syncthing protocol (TCP)
- "22000:22000/udp" # Syncthing protocol (UDP)
- "21027:21027/udp" # Local discovery
networks:
- npm-network
restart: unless-stopped
networks:
default:
external:
name: npm-network
npm-network:
external: true