Change Watchtower poll interval
This commit is contained in:
parent
b5d468bde8
commit
bbb037df40
|
@ -8,6 +8,6 @@ services:
|
|||
image: containrrr/watchtower:{{ apps_vars.watchtower.version }}
|
||||
restart: always
|
||||
environment:
|
||||
WATCHTOWER_POLL_INTERVAL: 3600
|
||||
WATCHTOWER_POLL_INTERVAL: 60
|
||||
volumes:
|
||||
- "/var/run/docker.sock:/var/run/docker.sock:rw"
|
||||
|
|
Loading…
Reference in a new issue