Files
Website/docker-compose.yml
T

8 lines
184 B
YAML
Raw Normal View History

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