From f07f9dea6d8179e66a34cfb86796b9d3eaf89600 Mon Sep 17 00:00:00 2001 From: Christian Elberfeld <elberfeld@web.de> Date: Wed, 20 Mar 2024 23:44:57 +0100 Subject: [PATCH] updates mit watchtower --- common/docker_watchtower/templates/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/docker_watchtower/templates/docker-compose.yml b/common/docker_watchtower/templates/docker-compose.yml index c0a9ea3d..74e68643 100644 --- a/common/docker_watchtower/templates/docker-compose.yml +++ b/common/docker_watchtower/templates/docker-compose.yml @@ -14,7 +14,7 @@ services: TZ: "Europe/Berlin" #WATCHTOWER_RUN_ONCE: "true" WATCHTOWER_SCHEDULE: "0 0 5 * * *" - WATCHTOWER_MONITOR_ONLY: "true" + WATCHTOWER_CLEANUP: "true" WATCHTOWER_NOTIFICATION_REPORT: "true" WATCHTOWER_NOTIFICATION_URL: > matrix://:{{ matrix_notification_access_token }}@{{ matrix.domain }}/?rooms={{ matrix.notifications_room_id }} -- GitLab