From c3a20d026404d2b7e248c793f04ba0ac812d0f10 Mon Sep 17 00:00:00 2001 From: Jean Froment Date: Mon, 14 Feb 2022 10:49:08 +0100 Subject: [PATCH] Fix syncthing labels --- services/syncthing.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/services/syncthing.yaml b/services/syncthing.yaml index a325613..baf01aa 100644 --- a/services/syncthing.yaml +++ b/services/syncthing.yaml @@ -19,9 +19,11 @@ services: - "traefik.enable=true" - "traefik.http.routers.syncthing.rule=Host(`syncthing.${TRAEFIK_DOMAIN}`)" - "traefik.http.routers.syncthing.middlewares=common-auth@file" - - "traefik.http.services.syncthing-seedbox.loadbalancer.server.port=8384" + - "traefik.http.routers.syncthing.service=syncthing" + - "traefik.http.services.syncthing.loadbalancer.server.port=8384" - "traefik.http.routers.synchro.rule=Host(`synchro.${TRAEFIK_DOMAIN}`)" - - "traefik.http.services.synchro-seedbox.loadbalancer.server.port=22000" + - "traefik.http.routers.synchro.service=synchro" + - "traefik.http.services.synchro.loadbalancer.server.port=22000" volumes: configsyncthing: