Delete docker-compose.yml

This commit is contained in:
s4616 2023-07-10 20:33:35 +09:00 committed by GitHub
parent d0fc5da826
commit d705ac9702
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +0,0 @@
version: '3.9'
services:
aws00-spring-petclinic:
image: ${IMAGE}:${TAG}
container_name: spring-petclinic
ports:
- "8080:8080"