From a3cccfc0288662c05a62b53d883bf5e811a61d38 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 8 Feb 2025 09:52:30 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \