added label to Syncthing for exclusion by Watchtower:
labels: - "com.centurylinklabs.watchtower.enable=false"
This commit is contained in:
parent
444400ada5
commit
46c89400b2
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue