From 19208bba9f25acc8664f2515eecbdb32103069ee Mon Sep 17 00:00:00 2001 From: Jean Froment Date: Mon, 14 Feb 2022 10:53:26 +0100 Subject: [PATCH] Fix syncthing --- services/syncthing.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/services/syncthing.yaml b/services/syncthing.yaml index baf01aa..6011793 100644 --- a/services/syncthing.yaml +++ b/services/syncthing.yaml @@ -10,20 +10,17 @@ services: volumes: - configsyncthing:/config - torrents:/torrents - # ports: + ports: # #- 8384:8384 - # - 22000:22000/tcp - # - 22000:22000/udp - # - 21027:21027/udp + - 22000:22000/tcp + - 22000:22000/udp + - 21027:21027/udp labels: - "traefik.enable=true" - "traefik.http.routers.syncthing.rule=Host(`syncthing.${TRAEFIK_DOMAIN}`)" - "traefik.http.routers.syncthing.middlewares=common-auth@file" - "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.routers.synchro.service=synchro" - - "traefik.http.services.synchro.loadbalancer.server.port=22000" volumes: configsyncthing: