From 8030c69c1cd7f5dd36a4efc0a06107e259a7f0f5 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 18 Oct 2024 14:25:10 +0100 Subject: [PATCH] - Better folder structure --- syncthing-docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/syncthing-docker-compose.yml b/syncthing-docker-compose.yml index c9ed553..b455ad5 100644 --- a/syncthing-docker-compose.yml +++ b/syncthing-docker-compose.yml @@ -5,7 +5,8 @@ services: image: syncthing/syncthing container_name: syncthing volumes: - - /volume1/Media:/mnt/Media + - /mnt/pokecenter/Media:/mnt/Media + - /mnt/docker_volumes/syncthing:/var/syncthing network_mode: host restart: unless-stopped healthcheck: