mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 01:23:10 +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:
|
services:
|
||||||
database:
|
database:
|
||||||
image: mysql
|
image: mysql
|
||||||
|
command: mysqld --default-authentication-plugin=mysql_native_password
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD=${DB_PASSWORD}
|
- MYSQL_ROOT_PASSWORD=${DB_PASSWORD}
|
||||||
- MYSQL_DATABASE=${DB_NAME}
|
- MYSQL_DATABASE=${DB_NAME}
|
||||||
|
|
|
@ -2,6 +2,7 @@ version: '2'
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
image: mysql
|
image: mysql
|
||||||
|
command: mysqld --default-authentication-plugin=mysql_native_password
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD=veryhardpassword
|
- MYSQL_ROOT_PASSWORD=veryhardpassword
|
||||||
- MYSQL_DATABASE=easyapp
|
- MYSQL_DATABASE=easyapp
|
||||||
|
|
Loading…
Reference in a new issue