Files
http-warn/docker-compose.yml
Joakim Hulthe 142e11729a Initial Commit
Add docker-based dev-environment
2018-01-25 20:40:29 +01:00

12 lines
190 B
YAML

version: '2.0'
services:
http-warn:
build:
context: .
dockerfile: Dockerfile
image: http-warn
ports:
- "8080:80"
volumes:
- .:/usr/share/nginx/html