From 5578b95414651b0d2a2cc08f109075e059fc0658 Mon Sep 17 00:00:00 2001 From: BhasherBEL Date: Tue, 30 Jan 2024 20:14:52 +0100 Subject: [PATCH] Syncthing update --- bxl-shp/apps/docker-compose.syncthing.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/bxl-shp/apps/docker-compose.syncthing.yaml b/bxl-shp/apps/docker-compose.syncthing.yaml index 9e9d4ce..d000487 100644 --- a/bxl-shp/apps/docker-compose.syncthing.yaml +++ b/bxl-shp/apps/docker-compose.syncthing.yaml @@ -18,6 +18,7 @@ services: - "traefik.http.routers.syncthing.tls=true" - "traefik.http.routers.syncthing.tls.certresolver=http" - "traefik.http.routers.syncthing.middlewares=authelia@docker" + - "com.centurylinklabs.watchtower.enable=true" ports: - 22000:22000/tcp # TCP file transfers - 22000:22000/udp # QUIC file transfers