Create docker-compose.yml

This commit is contained in:
lwj9812 2024-03-15 14:55:28 +09:00 committed by GitHub
parent e8e96af699
commit aef9692c5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,7 @@
version: '3.9'
services:
std01-spring-petclinic:
image: ${IMAGE}:${TAG}
container_nome: spring_petclinic
ports:
- "80:8080"