VixenchromaWebSite/docker-compose.yml
2025-05-20 15:50:38 +02:00

10 lines
196 B
YAML

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