Stop docker from complaining about ambiguous volume mapping

This commit is contained in:
Chia-liang Kao
2015-10-15 13:31:47 +08:00
parent 33d29248bb
commit 1c170bedb7

View File

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