Skip to content

Commit 7cc9d7b

Browse files
authored
chore: compatibility with the new ORM recipe (#278)
1 parent 895d72d commit 7cc9d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
start_period: 30s
1919
environment:
2020
# Run "composer require symfony/orm-pack" to install and configure Doctrine ORM
21-
DATABASE_URL: postgresql://${POSTGRES_USER:-symfony}:${POSTGRES_PASSWORD:-ChangeMe}@database:5432/${POSTGRES_DB:-app}?serverVersion=${POSTGRES_VERSION:-13}
21+
DATABASE_URL: postgresql://${POSTGRES_USER:-app}:${POSTGRES_PASSWORD:-!ChangeMe!}@database:5432/${POSTGRES_DB:-app}?serverVersion=${POSTGRES_VERSION:-14}
2222
# Run "composer require symfony/mercure-bundle" to install and configure the Mercure integration
2323
MERCURE_URL: ${CADDY_MERCURE_URL:-http://caddy/.well-known/mercure}
2424
MERCURE_PUBLIC_URL: https://${SERVER_NAME:-localhost}/.well-known/mercure

0 commit comments

Comments
 (0)