Files
container.training/www/docker-compose.yml
2016-06-13 21:47:59 -04:00

10 lines
143 B
YAML

version: "2"
services:
www:
image: nginx
ports:
- "8080:80"
volumes:
- "./htdocs:/usr/share/nginx/html"