Simplified watchtower setup
parent
c39e1cd604
commit
62d5ec2796
|
@ -5,6 +5,10 @@ services:
|
||||||
image: 'containrrr/watchtower'
|
image: 'containrrr/watchtower'
|
||||||
restart: 'always'
|
restart: 'always'
|
||||||
|
|
||||||
|
environment:
|
||||||
|
- 'WATCHTOWER_LABEL_ENABLE=true'
|
||||||
|
labels:
|
||||||
|
- 'com.centurylinklabs.watchtower.enable=true'
|
||||||
volumes:
|
volumes:
|
||||||
- '/var/run/docker.sock:/var/run/docker.sock'
|
- '/var/run/docker.sock:/var/run/docker.sock'
|
||||||
- '/etc/timezone:/etc/timezone:ro'
|
- '/etc/timezone:/etc/timezone:ro'
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
WATCHTOWER_LABEL_ENABLE=true
|
|
Reference in New Issue