mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Merge pull request #564 from CalvinMcGee/master
Fixing connection issues to MySQL 8.0.4
This commit is contained in:
commit
ee24c7b8a7
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