Skip to content

Commit 106f9e4

Browse files
committed
Fix error on startup
1 parent a5b40fc commit 106f9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdc/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ services:
3838
- mysql8-data:/var/lib/mysql
3939
environment:
4040
MYSQL_ALLOW_EMPTY_PASSWORD: 'true'
41-
command: mysqld --authentication_policy=*
41+
command: mysqld --authentication_policy=* --mysql-native-password=ON
4242

4343
# ---------- REDIS ----------
4444

0 commit comments

Comments
 (0)