Use mysql_native_password as default authentication plugin
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
dbd33c79b0
commit
0aa490f1f8
1 changed files with 1 additions and 0 deletions
|
@ -486,6 +486,7 @@ services:
|
||||||
image: redis
|
image: redis
|
||||||
- name: mysql
|
- name: mysql
|
||||||
image: mysql:8.0
|
image: mysql:8.0
|
||||||
|
command: [ "--default-authentication-plugin=mysql_native_password" ]
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: owncloud
|
MYSQL_ROOT_PASSWORD: owncloud
|
||||||
MYSQL_USER: oc_autotest
|
MYSQL_USER: oc_autotest
|
||||||
|
|
Loading…
Reference in a new issue