Merge pull request #1470 from nextcloud/enh/1467/improve-watchtower-logging

increase the loglevel for watchtower
This commit is contained in:
Simon L
2022-12-02 21:51:46 +01:00
committed by GitHub

View File

@@ -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