From d16c326127a3c9e91bf2742183640582494d0799 Mon Sep 17 00:00:00 2001 From: BhasherBEL Date: Mon, 3 Jun 2024 21:43:52 +0200 Subject: [PATCH] syncthing --- bxl-shp/apps/docker-compose.syncthing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bxl-shp/apps/docker-compose.syncthing.yaml b/bxl-shp/apps/docker-compose.syncthing.yaml index 0e9762c..ac7fd91 100644 --- a/bxl-shp/apps/docker-compose.syncthing.yaml +++ b/bxl-shp/apps/docker-compose.syncthing.yaml @@ -9,7 +9,7 @@ services: volumes: - $DATA/syncthing:/var/syncthing:rw - /mnt/syncDocuments:/mnt/SyncDocuments:rw - - /mnt/brieuc:/mnt/brieuc:rw + - /mnt/pictures-sorted:/mnt/pictures-sorted:rw labels: - "traefik.enable=true" - "traefik.http.routers.syncthing.rule=Host(`syncthing.bhasher.com`)"