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
1 changed files with 1 additions and 1 deletions

View File

@ -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"