Files
Website/docker-compose.yml
T
WinniePatGG acfd00aafb readme
Co-authored-by: Copilot <copilot@github.com>
2026-05-03 18:40:46 +00:00

7 lines
156 B
YAML

services:
web:
image: nginx:alpine
volumes:
- ./app:/usr/share/nginx/html:ro
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf:ro