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

7 lines
91 B
YAML

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