installed piped

This commit is contained in:
poslop
2024-11-18 13:29:10 -06:00
parent 7a3c868e98
commit 3a69c4b3f8
3 changed files with 79 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ services=(
"Tools/qbit.yml"
"Tools/open-webui.yml"
"pterodactyl/docker-compose.yml"
"Piped-Docker/docker-compose.yml"
)
# Start building the docker compose command with multiple -f flags
@@ -36,7 +37,7 @@ for service in "${services[@]}"; do
done
# Add the up command to the final docker compose command
COMPOSE_COMMAND+=" up -d"
COMPOSE_COMMAND+=" --profile panel --profile daemon up -d"
# Execute the composed command
eval $COMPOSE_COMMAND