mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 09:27:27 +00:00
Make MySQL configuration files/docs consistent
- use petclinic as the db name and root password Fixes #322
This commit is contained in:
parent
dd5b080d48
commit
6905e38c1f
2 changed files with 6 additions and 6 deletions
|
|
@ -1,9 +1,9 @@
|
|||
mysql:
|
||||
image: mysql
|
||||
image: mysql:5.7
|
||||
ports:
|
||||
- "3306:3306"
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=root
|
||||
- MYSQL_DATABASE=test
|
||||
- MYSQL_ROOT_PASSWORD=petclinic
|
||||
- MYSQL_DATABASE=petclinic
|
||||
volumes:
|
||||
- "./conf.d:/etc/mysql/conf.d:ro"
|
||||
- "./conf.d:/etc/mysql/conf.d:ro"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue