Skip to content

Commit 2e9d893

Browse files
authored
Merge pull request #120 from dunglas/revert
Revert #118 and #119
2 parents 9a27dd1 + 4b283dd commit 2e9d893

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docker/caddy/Caddyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Debug
33
{$DEBUG}
44
# HTTP/3 support
5-
servers :443 {
5+
servers {
66
protocol {
77
experimental_http3
88
}

docker/php/docker-entrypoint.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ if [ "$1" = 'php-fpm' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
3030
fi
3131

3232
if grep -q ^DATABASE_URL= .env; then
33-
echo "Try to create database"
34-
bin/console doctrine:database:create --if-not-exists --no-interaction
3533
echo "Waiting for db to be ready..."
3634
ATTEMPTS_LEFT_TO_REACH_DATABASE=60
3735
until [ $ATTEMPTS_LEFT_TO_REACH_DATABASE -eq 0 ] || DATABASE_ERROR=$(bin/console doctrine:query:sql "SELECT 1" 2>&1); do

0 commit comments

Comments
 (0)