This commit is contained in:
2025-03-20 18:08:53 -05:00
parent 2e67f0af06
commit 1aabadb8e8
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
action="$1"
FOLDER='/opt/idssys/linupx'
VERS='6.60.32-03012025'
VERS='6.60.33-03202025'
IPERFVER="3.15"

View File

@@ -171,7 +171,7 @@ PIPUPGRADEFIX(){
DOCKER_UPDATE(){
docker run --rm --cleanup --debug -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once --cleanup --debug
echo
echo -e "${idsCL[Green]}Docker Updates have completed${idsCL[Default]}"