obsidian-livesync: fixup traefik not detecting port with explicit label

This commit is contained in:
2025-11-22 00:14:09 +01:00
parent 2fa2f20452
commit 471446b6d6

View File

@@ -14,6 +14,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.couchdb.rule=Host(`obsidian-livesync.lan`)" - "traefik.http.routers.couchdb.rule=Host(`obsidian-livesync.lan`)"
- "traefik.http.services.couchdb.loadbalancer.server.port=5984"
restart: unless-stopped restart: unless-stopped
networks: networks: