Use the correct docker host for mysql

`mysql` is not a valid host. The container name is `db` as specified by the `docker-compose.yml`.
This commit is contained in:
Geoffroy Empain
2019-07-05 09:37:35 +02:00
committed by Samuel Laulhau
parent 03180fc65e
commit 933748e15b

View File

@@ -7,7 +7,7 @@ APP_KEY=SomeRandomStringSomeRandomString
APP_CIPHER=AES-256-CBC
DB_USERNAME=root
DB_PASSWORD=pwd
DB_HOST=mysql
DB_HOST=db
DB_DATABASE=ninja
MAIL_HOST=mail.service.host
MAIL_USERNAME=username