removed watchtower

This commit is contained in:
poslop
2026-02-19 10:34:16 -06:00
parent d78e9f9da7
commit 41f81aa260
5 changed files with 15 additions and 32 deletions

View File

@@ -31,7 +31,6 @@ services=(
"Tools/redbot.yml"
"Tools/searxng.yml"
"Tools/sftpgo.yml"
"Tools/watchtower.yml"
"pterodactyl/docker-compose.yml"
)
@@ -44,7 +43,7 @@ for service in "${services[@]}"; do
done
# Add the up command to the final docker compose command
COMPOSE_COMMAND+=" --profile panel --profile daemon up -d"
COMPOSE_COMMAND+=" --profile panel --profile daemon up -d --remove-orphans"
# Execute the composed command
eval $COMPOSE_COMMAND