mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
remove config volume mount
This commit is contained in:
parent
02cc84223b
commit
4219fae673
1 changed files with 1 additions and 2 deletions
|
@ -8,5 +8,4 @@ mysql:
|
||||||
- MYSQL_USER=petclinic
|
- MYSQL_USER=petclinic
|
||||||
- MYSQL_PASSWORD=petclinic
|
- MYSQL_PASSWORD=petclinic
|
||||||
- MYSQL_DATABASE=petclinic
|
- MYSQL_DATABASE=petclinic
|
||||||
volumes:
|
|
||||||
- "./conf.d:/etc/mysql/conf.d:ro"
|
|
||||||
|
|
Loading…
Reference in a new issue