This commit is contained in:
2025-12-17 18:01:14 -06:00
parent 6a4dd2c33b
commit f6ec7d5ed8
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
action="$1"
FOLDER='/opt/idssys/linupx'
VERS='6.60.48-12012025'
VERS='6.70-12172025'
IPERFVER="3.15"

View File

@@ -722,7 +722,7 @@ INSTALL_WATCHTOWER() {
-e TZ=America/Chicago \
-e WATCHTOWER_CLEANUP=true \
-e WATCHTOWER_INCLUDE_STOPPED=true \
-e WATCHTOWER_ROLLING_RESTART=true \
-e WATCHTOWER_ROLLING_RESTART=false \
-e WATCHTOWER_NO_STARTUP_MESSAGE=true \
-e WATCHTOWER_NOTIFICATIONS=email \
-e WATCHTOWER_NOTIFICATIONS_LEVEL=warn \
@@ -746,7 +746,7 @@ INSTALL_WATCHTOWER() {
-e WATCHTOWER_CLEANUP=true \
-e WATCHTOWER_INCLUDE_STOPPED=true \
-e WATCHTOWER_SCHEDULE="0 0 4 * * *" \
-e WATCHTOWER_ROLLING_RESTART=true \
-e WATCHTOWER_ROLLING_RESTART=false \
-e WATCHTOWER_NO_STARTUP_MESSAGE=true \
-e WATCHTOWER_NOTIFICATIONS=email \
-e WATCHTOWER_NOTIFICATIONS_LEVEL=warn \