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