Skip to content

Commit

Permalink
1.1.1 - parametric dbadmin
Browse files Browse the repository at this point in the history
  • Loading branch information
nik2208 committed Oct 17, 2024
1 parent 0e9aa8e commit bbdf605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ export DB_ADMIN_PORT
# Verifica quale tool di amministrazione del database è stato selezionato
if [ "$DB_ADMIN_TOOL" = "adminer" ]; then
echo "Avvio dei servizi con Adminer..."
docker-compose --profile adminer up -d --build
docker compose --profile adminer up -d --build
elif [ "$DB_ADMIN_TOOL" = "phpmyadmin" ]; then
echo "Avvio dei servizi con PhpMyAdmin..."
docker-compose --profile phpmyadmin up -d --build
docker compose --profile phpmyadmin up -d --build
else
echo "Errore: DB_ADMIN_TOOL non valido. Usa 'adminer' o 'phpmyadmin'."
exit 1
Expand Down

0 comments on commit bbdf605

Please sign in to comment.