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