Update Syncthing config
This commit is contained in:
@@ -9,10 +9,15 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /srv/syncthing-data:/var/syncthing
|
- /srv/syncthing-data:/var/syncthing
|
||||||
- /srv/obsidian-config/Obsidian Vault:/obsidian
|
- /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
|
restart: unless-stopped
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
npm-network:
|
||||||
external:
|
external: true
|
||||||
name: npm-network
|
|
||||||
Reference in New Issue
Block a user