Skip to content

Commit d52185d

Browse files
committed
update compose.yml
Signed-off-by: Joey Smith <jsmith@webinertia.net> Signed-off-by: Joey Smith <jsmith@webinertia.net>
1 parent eab840e commit d52185d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
- "3306:3306"
2121
environment:
2222
- MYSQL_DATABASE=${MYSQL_DATABASE:-phpdb_test}
23-
- MYSQL_ALLOW_EMPTY_PASSWORD: "true"
23+
- MYSQL_ALLOW_EMPTY_PASSWORD=yes
2424
volumes:
2525
- ./test/integration/TestFixtures/mysql.sql:/docker-entrypoint-initdb.d/mysql.sql
2626
healthcheck:

0 commit comments

Comments
 (0)