From e830b0983bf29d868528cbc20a477fab9126e88c Mon Sep 17 00:00:00 2001 From: Borgal Date: Tue, 14 Jan 2025 10:10:58 +0000 Subject: [PATCH] =?UTF-8?q?watchtower/Test=20f=C3=BCr=20Monitor=20only=20z?= =?UTF-8?q?ur=C3=BCckgenomme,=20da=20ohne=20Funktion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- watchtower/docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/watchtower/docker-compose.yml b/watchtower/docker-compose.yml index 3ecc7e9..3f08a47 100644 --- a/watchtower/docker-compose.yml +++ b/watchtower/docker-compose.yml @@ -7,9 +7,10 @@ services: - WATCHTOWER_NOTIFICATIONS=gotify - WATCHTOWER_NOTIFICATION_GOTIFY_URL=https://gotify.borgal.de - WATCHTOWER_NOTIFICATION_GOTIFY_TOKEN=AlsHK7YQ17in5Ns - - WATCHTOWER_WARN_ON_HEAD_FAILURE=auto #always, auto, never, stand auf never + - WATCHTOWER_WARN_ON_HEAD_FAILURE=auto #always, auto, never, stand auf never - WATCHTOWER_CLEANUP=true - - WATCHTOWER_SCHEDULE=0 00 19 * * * + - WATCHTOWER_SCHEDULE=0 0 19 * * * + #- WATCHTOWER_MONITOR_ONLY=true - WATCHTOWER_INCLUDE_RESTARTING=true - WATCHTOWER_ROLLING_RESTART=true - WATCHTOWER_INCLUDE_STOPPED=true