mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +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:
|
||||
std01-spring-petclinic:
|
||||
image: ${IMAGE}:${TAG}
|
||||
container_nome: spring_petclinic
|
||||
container_name: spring-petclinic
|
||||
ports:
|
||||
- "80:8080"
|
||||
|
|
Loading…
Reference in a new issue