Forces mysql 8.x to use mysql_native_password auth. Fixes #103
This commit is contained in:
parent
525fcf81e0
commit
43ff8793cb
|
|
@ -2,6 +2,7 @@ version: '3.4'
|
|||
services:
|
||||
db:
|
||||
image: mysql:latest
|
||||
entrypoint: ['/entrypoint.sh', '--default-authentication-plugin=mysql_native_password']
|
||||
env_file:
|
||||
- env/mysql.env
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue