mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-22 06:16:31 +00:00
Stop docker from complaining about ambiguous volume mapping
This commit is contained in:
@@ -3,4 +3,4 @@ www:
|
||||
ports:
|
||||
- "80:80"
|
||||
volumes:
|
||||
- "htdocs:/usr/share/nginx/html"
|
||||
- "./htdocs:/usr/share/nginx/html"
|
||||
|
||||
Reference in New Issue
Block a user