From 69b278b6fe9de0ff647dd2b230e5a7ec416f556e Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Wed, 11 Oct 2023 23:40:38 +0200 Subject: [PATCH] Update docker-compose.yml add monitor mode env --- examples/watchtower/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/watchtower/docker-compose.yml b/examples/watchtower/docker-compose.yml index b2fef85..a5b6ed6 100644 --- a/examples/watchtower/docker-compose.yml +++ b/examples/watchtower/docker-compose.yml @@ -12,6 +12,7 @@ services: #- WATCHTOWER_NOTIFICATION_EMAIL_TO=john.doe@example.com #- WATCHTOWER_NOTIFICATION_EMAIL_SERVER=smtp.google.com #- WATCHTOWER_NOTIFICATIONS=email + #- WATCHTOWER_MONITOR_ONLY=true - WATCHTOWER_SCHEDULE=0 0 6 * * * # requires a go cron syntax of 6 space-separated fields; see https://containrrr.dev/watchtower/arguments/#scheduling - WATCHTOWER_CLEANUP=true # remove unused images afterwards image: containrrr/watchtower:latest