Merge pull request #4 from clkao/master

Stop docker from complaining about ambiguous volume mapping
This commit is contained in:
Jérôme Petazzoni
2015-10-15 08:41:46 -07:00

View File

@@ -3,4 +3,4 @@ www:
ports:
- "80:80"
volumes:
- "htdocs:/usr/share/nginx/html"
- "./htdocs:/usr/share/nginx/html"