mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
Update docker-compose.yml
This commit is contained in:
parent
6828e7bdaf
commit
322d000cd3
1 changed files with 6 additions and 0 deletions
|
@ -10,3 +10,9 @@ mysql:
|
||||||
- MYSQL_DATABASE=petclinic
|
- MYSQL_DATABASE=petclinic
|
||||||
volumes:
|
volumes:
|
||||||
- "./conf.d:/etc/mysql/conf.d:ro"
|
- "./conf.d:/etc/mysql/conf.d:ro"
|
||||||
|
app:
|
||||||
|
image: hllvc/spring-petclinic
|
||||||
|
depends_on:
|
||||||
|
- mysql
|
||||||
|
ports:
|
||||||
|
- "3000:8080"
|
||||||
|
|
Loading…
Reference in a new issue