Update docker-compose.yml

This commit is contained in:
lwj9812 2024-03-22 15:28:06 +09:00 committed by GitHub
parent 7c663ec6b6
commit 2dcebd734a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"