From 243319a82a0243947a8c2556013521fc2cf86e06 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 18 Oct 2024 14:10:01 +0100 Subject: [PATCH] - Mount to media so it can write to a local volume --- syncthing-docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthing-docker-compose.yml b/syncthing-docker-compose.yml index 0376b8a..c9ed553 100644 --- a/syncthing-docker-compose.yml +++ b/syncthing-docker-compose.yml @@ -5,7 +5,7 @@ services: image: syncthing/syncthing container_name: syncthing volumes: - - /volume1/Media:/var/syncthing + - /volume1/Media:/mnt/Media network_mode: host restart: unless-stopped healthcheck: