mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
added missing 's' in dopendS
This commit is contained in:
parent
633ef990f6
commit
e532d87ee8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ services:
|
||||||
- "./conf.d:/etc/mysql/conf.d:ro"
|
- "./conf.d:/etc/mysql/conf.d:ro"
|
||||||
app:
|
app:
|
||||||
image: petclinic-run
|
image: petclinic-run
|
||||||
depend_on:
|
depends_on:
|
||||||
- mysql
|
- mysql
|
||||||
links:
|
links:
|
||||||
- mysql:mysql
|
- mysql:mysql
|
||||||
|
|
Loading…
Reference in a new issue