Skip to content

Commit

Permalink
fix: wait container startup
Browse files Browse the repository at this point in the history
  • Loading branch information
salvatorelaiso committed Jan 24, 2024
1 parent 2c01bec commit caa6106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker-compose/run-docker-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ echo -e "\n"

echo -e "Tiro su la composizione, in caso, con le nuove versioni delle immagini. \n"

docker compose -f docker-compose.yml up -d
docker compose -f docker-compose.yml up -d --wait --wait-timeout 60

echo -e "\n"

Expand Down

0 comments on commit caa6106

Please sign in to comment.