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.
1 parent eab840e commit d52185dCopy full SHA for d52185d
compose.yml
@@ -20,7 +20,7 @@ services:
20
- "3306:3306"
21
environment:
22
- MYSQL_DATABASE=${MYSQL_DATABASE:-phpdb_test}
23
- - MYSQL_ALLOW_EMPTY_PASSWORD: "true"
+ - MYSQL_ALLOW_EMPTY_PASSWORD=yes
24
volumes:
25
- ./test/integration/TestFixtures/mysql.sql:/docker-entrypoint-initdb.d/mysql.sql
26
healthcheck:
0 commit comments