Watchtower: Update every 6 instead of 24 hours
Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
This commit is contained in:
parent
238f2a06e8
commit
7cf53e2513
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user