From 50d99568cc7494f63832c625dc4a9076c1920632 Mon Sep 17 00:00:00 2001
From: Christian Elberfeld <elberfeld@web.de>
Date: Wed, 31 Jan 2024 23:37:55 +0100
Subject: [PATCH] add schedule option

---
 common/docker_watchtower/templates/docker-compose.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/docker_watchtower/templates/docker-compose.yml b/common/docker_watchtower/templates/docker-compose.yml
index 1a47da1c..c0a9ea3d 100644
--- a/common/docker_watchtower/templates/docker-compose.yml
+++ b/common/docker_watchtower/templates/docker-compose.yml
@@ -13,6 +13,7 @@ services:
     environment:
       TZ: "Europe/Berlin"
       #WATCHTOWER_RUN_ONCE: "true"
+      WATCHTOWER_SCHEDULE: "0 0 5 * * *"
       WATCHTOWER_MONITOR_ONLY: "true"
       WATCHTOWER_NOTIFICATION_REPORT: "true"
       WATCHTOWER_NOTIFICATION_URL: >
-- 
GitLab