Fix MariaDB config in Docker compose

by specifying a root password.
This commit is contained in:
Birkhoff Lee
2019-12-04 11:20:50 +08:00
parent 146cf835b9
commit 7b697a477e
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ Homestead.yaml
/.expo
/.vscode
docker-compose.yml
docker-compose.yaml

View File

@ -27,4 +27,4 @@ services:
MYSQL_USER: crater
MYSQL_PASSWORD: crater
MYSQL_DATABASE: crater
MYSQL_ROOT_PASSWORD: crater