10 lines
195 B
YAML
10 lines
195 B
YAML
services:
|
|
flagisnowhidden:
|
|
build:
|
|
context: .
|
|
volumes:
|
|
- ./conf/nginx.conf:/etc/nginx/nginx.conf:ro
|
|
- ./conf/html:/usr/share/nginx/html:ro
|
|
ports:
|
|
- "2000:80"
|