Change Watchtower poll interval

This commit is contained in:
Sam A. 2024-02-10 17:00:26 +01:00
parent b5d468bde8
commit bbb037df40
Signed by: samsapti
GPG key ID: CBBBE7371E81C4EA

View file

@ -8,6 +8,6 @@ services:
image: containrrr/watchtower:{{ apps_vars.watchtower.version }} image: containrrr/watchtower:{{ apps_vars.watchtower.version }}
restart: always restart: always
environment: environment:
WATCHTOWER_POLL_INTERVAL: 3600 WATCHTOWER_POLL_INTERVAL: 60
volumes: volumes:
- "/var/run/docker.sock:/var/run/docker.sock:rw" - "/var/run/docker.sock:/var/run/docker.sock:rw"