Switched to watchtower env file after all
parent
62d5ec2796
commit
bacd210574
|
@ -5,8 +5,8 @@ services:
|
||||||
image: 'containrrr/watchtower'
|
image: 'containrrr/watchtower'
|
||||||
restart: 'always'
|
restart: 'always'
|
||||||
|
|
||||||
environment:
|
env_file:
|
||||||
- 'WATCHTOWER_LABEL_ENABLE=true'
|
- 'watchtower.env'
|
||||||
labels:
|
labels:
|
||||||
- 'com.centurylinklabs.watchtower.enable=true'
|
- 'com.centurylinklabs.watchtower.enable=true'
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Check https://containrrr.dev/watchtower/arguments/
|
||||||
|
# for full explanation of env vars
|
||||||
|
|
||||||
|
TZ=
|
||||||
|
WATCHTOWER_LABEL_ENABLE=true
|
Reference in New Issue