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.
2 parents 9a27dd1 + 4b283dd commit 2e9d893Copy full SHA for 2e9d893
docker/caddy/Caddyfile
@@ -2,7 +2,7 @@
2
# Debug
3
{$DEBUG}
4
# HTTP/3 support
5
- servers :443 {
+ servers {
6
protocol {
7
experimental_http3
8
}
docker/php/docker-entrypoint.sh
@@ -30,8 +30,6 @@ if [ "$1" = 'php-fpm' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
30
fi
31
32
if grep -q ^DATABASE_URL= .env; then
33
- echo "Try to create database"
34
- bin/console doctrine:database:create --if-not-exists --no-interaction
35
echo "Waiting for db to be ready..."
36
ATTEMPTS_LEFT_TO_REACH_DATABASE=60
37
until [ $ATTEMPTS_LEFT_TO_REACH_DATABASE -eq 0 ] || DATABASE_ERROR=$(bin/console doctrine:query:sql "SELECT 1" 2>&1); do
0 commit comments