File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ services:
18
18
start_period : 30s
19
19
environment :
20
20
# 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 }
22
22
# Run "composer require symfony/mercure-bundle" to install and configure the Mercure integration
23
23
MERCURE_URL : ${CADDY_MERCURE_URL:-http://caddy/.well-known/mercure}
24
24
MERCURE_PUBLIC_URL : https://${SERVER_NAME:-localhost}/.well-known/mercure
You can’t perform that action at this time.
0 commit comments