Skip to content

Commit 4261b8a

Browse files
authored
Add label to disable Watchtower updates
1 parent 08c4214 commit 4261b8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/watchtower/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ services:
4242
- /var/run/docker.sock:/var/run/docker.sock:ro
4343
networks:
4444
- proxynet
45+
labels:
46+
- com.centurylinklabs.watchtower.enable=false
4547
restart: always
4648
read_only: true
4749
tmpfs:

0 commit comments

Comments
 (0)