mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +00:00
Update docker-compose.yml
This commit is contained in:
parent
7c663ec6b6
commit
2dcebd734a
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@ version: '3.9'
|
||||||
services:
|
services:
|
||||||
std01-spring-petclinic:
|
std01-spring-petclinic:
|
||||||
image: ${IMAGE}:${TAG}
|
image: ${IMAGE}:${TAG}
|
||||||
container_nome: spring_petclinic
|
container_name: spring-petclinic
|
||||||
ports:
|
ports:
|
||||||
- "80:8080"
|
- "80:8080"
|
||||||
|
|
Loading…
Reference in a new issue