Files
Website/docker-compose.yml
T
WinniePatGG d4397263ee first commit
2026-05-03 18:35:00 +00:00

8 lines
184 B
YAML

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