Use mysql_native_password for dev database zeppelin user
This commit is contained in:
parent
12274a84b2
commit
e760654c54
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ services:
|
||||||
- ${DOCKER_MYSQL_PORT:?Missing DOCKER_MYSQL_PORT}:3306
|
- ${DOCKER_MYSQL_PORT:?Missing DOCKER_MYSQL_PORT}:3306
|
||||||
volumes:
|
volumes:
|
||||||
- mysql-data:/var/lib/mysql
|
- mysql-data:/var/lib/mysql
|
||||||
|
command: --authentication-policy=mysql_native_password
|
||||||
#
|
#
|
||||||
# backend:
|
# backend:
|
||||||
# image: node:16
|
# image: node:16
|
||||||
|
|
Loading…
Add table
Reference in a new issue