12 lines
190 B
YAML
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
|