forked from mirrors/easyappointments
Fixing connection issues to MySQL 8.0.4.
This commit is contained in:
parent
11303acb55
commit
e0cdb4c048
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@ version: '2'
|
|||
services:
|
||||
database:
|
||||
image: mysql
|
||||
command: mysqld --default-authentication-plugin=mysql_native_password
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=${DB_PASSWORD}
|
||||
- MYSQL_DATABASE=${DB_NAME}
|
||||
|
|
|
@ -2,6 +2,7 @@ version: '2'
|
|||
services:
|
||||
database:
|
||||
image: mysql
|
||||
command: mysqld --default-authentication-plugin=mysql_native_password
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=veryhardpassword
|
||||
- MYSQL_DATABASE=easyapp
|
||||
|
|
Loading…
Reference in a new issue