From 7d1464559d8b463e60d2f3b9b750203696d668d4 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 7 Jul 2023 14:37:50 +0200 Subject: [PATCH] look for updates on monday at 1 am --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index a544c2f..5affea6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -502,7 +502,7 @@ services: image: containrrr/watchtower volumes: - /var/run/docker.sock:/var/run/docker.sock - command: --include-stopped --revive-stopped --schedule "0 0 1 * * *" --http-api-metrics --http-api-token ${WATCHTOWER_API_TOKEN} + command: --include-stopped --revive-stopped --schedule "0 0 1 * * 1" --http-api-metrics --http-api-token ${WATCHTOWER_API_TOKEN} restart: always volumes: