README / docker-compose.yml
ryuzakinear190's picture
Upload 7 files
2f71414 verified
raw
history blame contribute delete
127 Bytes
services:
app:
build: .
command: bash start.sh
restart: on-failure
ports:
- "80:80"
- "8080:8080"