removed watchtower
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user