We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c08a4ff + e5096a0 commit 86eeb78Copy full SHA for 86eeb78
docker-compose.yml
@@ -17,7 +17,7 @@ services:
17
18
db:
19
image: 'mysql/mysql-server'
20
- command: --default-authentication-plugin=mysql_native_password
+ command: --sql_mode="" --default-authentication-plugin=mysql_native_password
21
restart: always
22
healthcheck:
23
test: ["CMD", "mysqladmin", "ping", "-h", "127.0.0.1", "--silent", "--password=${mysql_password}"]
0 commit comments