Files
container.training/www/docker-compose.yml

7 lines
93 B
YAML

www:
image: nginx
ports:
- "80:80"
volumes:
- "./htdocs:/usr/share/nginx/html"