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: