Watchtower: Update every 6 instead of 24 hours

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
This commit is contained in:
2022-06-20 13:32:12 +02:00
parent 238f2a06e8
commit 7cf53e2513

View File

@@ -1,11 +1,11 @@
--- ---
services: services:
default: update:
image: containrrr/watchtower:latest image: containrrr/watchtower:latest
privileged: true privileged: true
environment: environment:
DOCKER_CONFIG: /config DOCKER_CONFIG: /config
WATCHTOWER_POLL_INTERVAL: 86400 WATCHTOWER_POLL_INTERVAL: 21600
WATCHTOWER_CLEANUP: 1 WATCHTOWER_CLEANUP: 1
WATCHTOWER_ROLLING_RESTART: 1 WATCHTOWER_ROLLING_RESTART: 1
WATCHTOWER_SCOPE: update WATCHTOWER_SCOPE: update