From 1c170bedb7c75adb74a5e3546c8bdb921c5d6def Mon Sep 17 00:00:00 2001 From: Chia-liang Kao Date: Thu, 15 Oct 2015 13:31:47 +0800 Subject: [PATCH] Stop docker from complaining about ambiguous volume mapping --- www/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docker-compose.yml b/www/docker-compose.yml index 0b6d48f9..1869c514 100644 --- a/www/docker-compose.yml +++ b/www/docker-compose.yml @@ -3,4 +3,4 @@ www: ports: - "80:80" volumes: - - "htdocs:/usr/share/nginx/html" + - "./htdocs:/usr/share/nginx/html"