write-ups-challenges-2024-2025/flagisnowhidden/docker-compose.yaml
2024-11-25 22:29:38 +01:00

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"