10 lines
143 B
YAML
10 lines
143 B
YAML
version: '2.0'
|
|
services:
|
|
http-warn:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: http-warn
|
|
ports:
|
|
- "80:80"
|