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: