From 46c89400b2a1f0ad03c475fd063a3b8adfc14388 Mon Sep 17 00:00:00 2001 From: pizzaniels Date: Sun, 5 Feb 2023 17:37:38 +0100 Subject: [PATCH] added label to Syncthing for exclusion by Watchtower: labels: - "com.centurylinklabs.watchtower.enable=false" --- roles/syncthing/templates/docker-compose.yml.j2 | 2 ++ 1 file changed, 2 insertions(+) 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