diff --git a/roles/syncthing/templates/docker-compose.yml.j2 b/roles/syncthing/templates/docker-compose.yml.j2 index 512eef6..c8e1a5f 100644 --- a/roles/syncthing/templates/docker-compose.yml.j2 +++ b/roles/syncthing/templates/docker-compose.yml.j2 @@ -4,6 +4,8 @@ services: syncthing: image: lscr.io/linuxserver/syncthing:latest container_name: syncthing + labels: + - "com.centurylinklabs.watchtower.enable=false" hostname: syncthing environment: - PUID=1000