Files

7 lines
156 B
YAML
Raw Permalink Normal View History

2026-05-03 18:35:00 +00:00
services:
web:
image: nginx:alpine
volumes:
- ./app:/usr/share/nginx/html:ro
2026-05-03 18:40:46 +00:00
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf:ro