From af847ae2928e72f6a1cb7f5beb5cffb4aa08c1c3 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 8 Feb 2025 09:44:41 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index dd541cf..6a09b75 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -666,12 +666,13 @@ INSTALL_WATCHTOWER() { -e WATCHTOWER_INCLUDE_RESTARTING=true \ -e WATCHTOWER_SCHEDULE="0 0 4 * * *" \ -e WATCHTOWER_ROLLING_RESTART=true \ + -e WATCHTOWER_NO_STARTUP_MESSAGE=true \ -e WATCHTOWER_NOTIFICATIONS=email \ + -e WATCHTOWER_NOTIFICATIONS_LEVEL=warn \ -e WATCHTOWER_NOTIFICATION_EMAIL_FROM=watchtower-$(hostname)@scity.us \ -e WATCHTOWER_NOTIFICATION_EMAIL_TO=b3upzaom7a@pomail.net \ -e WATCHTOWER_NOTIFICATION_EMAIL_SERVER=mail.scity.us \ -e WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT=25 \ - -e WATCHTOWER_NOTIFICATION_EMAIL_SERVER_TLS_SKIP_VERIFY=true \ containrrr/watchtower echo