build(docker): opt in to new database credentials
This commit is contained in:
parent
1d0815761b
commit
3f496168d5
|
@ -7,6 +7,6 @@ export COMPOSE_PROFILES=web,php,database
|
|||
|
||||
export DOCKER_WEB_VOLUME=.:/app
|
||||
|
||||
export MYSQL_DATABASE=drupal
|
||||
export MYSQL_PASSWORD=drupal
|
||||
export MYSQL_USER=drupal
|
||||
export MYSQL_DATABASE=app
|
||||
export MYSQL_PASSWORD=app
|
||||
export MYSQL_USER=app
|
||||
|
|
|
@ -52,3 +52,6 @@ dockerfile:
|
|||
- phpcs -vv
|
||||
- phpstan
|
||||
- phpunit --testdox
|
||||
|
||||
experimental:
|
||||
useNewDatabaseCredentials: true
|
||||
|
|
Loading…
Reference in a new issue