Improve docker-compose

- Update mysql user/pass to dev/dev
 - Improve README
This commit is contained in:
Vincent Letourneau
2017-01-22 10:42:42 +01:00
parent f78334f321
commit aef24090a1
2 changed files with 12 additions and 12 deletions

View File

@@ -43,7 +43,7 @@ services:
- MYSQL_DATABASE=test
- MYSQL_ROOT_PASSWORD=root
- MYSQL_USER=dev
- MYSQL_PASSWORD=1234
- MYSQL_PASSWORD=dev
ports:
- 3306:3306
volumes: