Update README and Docker Compose file

This commit is contained in:
Vincent Letourneau
2017-01-15 16:41:10 +01:00
parent 29afb156eb
commit f78334f321
2 changed files with 14 additions and 14 deletions

View File

@@ -42,8 +42,8 @@ services:
environment:
- MYSQL_DATABASE=test
- MYSQL_ROOT_PASSWORD=root
- MYSQL_USER=student
- MYSQL_PASSWORD=0000
- MYSQL_USER=dev
- MYSQL_PASSWORD=1234
ports:
- 3306:3306
volumes: