From 1ef7945c3122362e029dfa13463e308cdc08e8a5 Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 1 Dec 2022 16:14:58 +0100 Subject: [PATCH] increasea the loglevel for watchtower Signed-off-by: Simon L --- Containers/watchtower/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/watchtower/start.sh b/Containers/watchtower/start.sh index 1f6e3097..2c7a1835 100644 --- a/Containers/watchtower/start.sh +++ b/Containers/watchtower/start.sh @@ -10,7 +10,7 @@ elif ! test -r /var/run/docker.sock; then fi if [ -n "$CONTAINER_TO_UPDATE" ]; then - exec /watchtower --cleanup --run-once "$CONTAINER_TO_UPDATE" + exec /watchtower --cleanup --debug --run-once "$CONTAINER_TO_UPDATE" else echo "'CONTAINER_TO_UPDATE' is not set. Cannot update anything." exit 1