added label to Syncthing for exclusion by Watchtower:

labels:
      - "com.centurylinklabs.watchtower.enable=false"
This commit is contained in:
pizzaniels 2023-02-05 17:37:38 +01:00
parent 444400ada5
commit 46c89400b2

View file

@ -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