arenos_www/docker-compose.yml
2025-08-30 08:38:11 +02:00

11 lines
170 B
YAML

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