Files
static.kovagoadi.hu/docker-compose.yaml
2025-10-21 21:59:10 +02:00

9 lines
133 B
YAML

version: "3.9"
services:
web:
image: nginx:alpine
ports:
- "80"
volumes:
- ./html:/usr/share/nginx/html:ro