mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
updated compose file
This commit is contained in:
parent
27109010a5
commit
7db3359505
1 changed files with 3 additions and 3 deletions
|
@ -3,10 +3,10 @@ mysql:
|
||||||
ports:
|
ports:
|
||||||
- "3306:3306"
|
- "3306:3306"
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD=
|
- MYSQL_ROOT_PASSWORD=petclinic
|
||||||
- MYSQL_ALLOW_EMPTY_PASSWORD=true
|
- MYSQL_ALLOW_EMPTY_PASSWORD=true
|
||||||
- MYSQL_USER=petclinic
|
- MYSQL_USER=petclinic
|
||||||
- MYSQL_PASSWORD=petclinic
|
- MYSQL_PASSWORD=petclinic
|
||||||
- MYSQL_DATABASE=petclinic
|
- MYSQL_DATABASE=petclinic
|
||||||
volumes:
|
# volumes:
|
||||||
- "./conf.d:/etc/mysql/conf.d:ro"
|
# - "./conf.d:/etc/mysql/conf.d:ro"
|
||||||
|
|
Loading…
Reference in a new issue