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 a5b40fc commit 106f9e4Copy full SHA for 106f9e4
gdc/docker-compose.yml
@@ -38,7 +38,7 @@ services:
38
- mysql8-data:/var/lib/mysql
39
environment:
40
MYSQL_ALLOW_EMPTY_PASSWORD: 'true'
41
- command: mysqld --authentication_policy=*
+ command: mysqld --authentication_policy=* --mysql-native-password=ON
42
43
# ---------- REDIS ----------
44
0 commit comments