diff --git a/syncthing/docker-compose.yml b/syncthing/docker-compose.yml index f870cef..86d7f82 100644 --- a/syncthing/docker-compose.yml +++ b/syncthing/docker-compose.yml @@ -1,13 +1,13 @@ services: syncthing: - image: syncthing/syncthing:1.30.0 + image: syncthing/syncthing:2.0.10 container_name: syncthing hostname: white-syncthing environment: - PUID=1873 - PGID=1873 volumes: - - /opt/data/syncthing/data:/var/syncthing + - /opt/docker-containers/syncthing/data:/var/syncthing ports: - 8384:8384 # Web UI - 22000:22000/tcp # TCP file transfers