We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2b68d commit 75dfdbbCopy full SHA for 75dfdbb
.docker/php/start.sh
@@ -13,7 +13,7 @@ mkdir -p ./var
13
chmod 0777 ./var -R
14
chmod 0777 ./tests/_output -R
15
16
-bash /wait-for.sh mysql:3306 -t 0 -- echo "Mysql started"
+bash /wait-for.sh mysql:3306 --timeout=30 -- echo "Mysql started"
17
18
php ./bin/console doctrine:migrations:migrate --no-interaction
19
0 commit comments