Epple-II/docker-compose-web.yml

7 lines
66 B
YAML

---
epple2:
build: .
command: -c web
ports:
- "8080:80"