VixenchromaWebSite/docker-compose.yml
2025-05-20 12:27:51 +02:00

9 lines
179 B
YAML

services:
www:
image: nginx:latest
container_name: www
restart: unless-stopped
ports:
- 127.0.0.1:8080:80
volumes:
- ./html:/usr/share/nginx/html