3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-14 21:31:50 +00:00

Use mysql_native_password for dev database zeppelin user

This commit is contained in:
Dragory 2022-06-26 15:01:54 +03:00
parent 12274a84b2
commit e760654c54
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -28,6 +28,7 @@ services:
- ${DOCKER_MYSQL_PORT:?Missing DOCKER_MYSQL_PORT}:3306
volumes:
- mysql-data:/var/lib/mysql
command: --authentication-policy=mysql_native_password
#
# backend:
# image: node:16