diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 6a09b75..982faa8 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -663,7 +663,7 @@ INSTALL_WATCHTOWER() { -v /var/run/docker.sock:/var/run/docker.sock \ -e TZ=America/Chicago \ -e WATCHTOWER_CLEANUP=true \ - -e WATCHTOWER_INCLUDE_RESTARTING=true \ + -e WATCHTOWER_INCLUDE_STOPPED=true \ -e WATCHTOWER_SCHEDULE="0 0 4 * * *" \ -e WATCHTOWER_ROLLING_RESTART=true \ -e WATCHTOWER_NO_STARTUP_MESSAGE=true \