write-ups-challenges-2024-2025/flagisnowhidden/docker-compose.yaml

10 lines
195 B
YAML
Raw Normal View History

2024-11-25 21:29:38 +00:00
services:
flagisnowhidden:
build:
context: .
volumes:
- ./conf/nginx.conf:/etc/nginx/nginx.conf:ro
- ./conf/html:/usr/share/nginx/html:ro
ports:
- "2000:80"