From 997e1bb4d41aae5bd0635805f19b902ea81a57ea Mon Sep 17 00:00:00 2001 From: Pierre-Alain TORET Date: Fri, 17 Nov 2017 18:32:27 +0100 Subject: [PATCH] Update templates.json nginx (#79) Fix default path used by nginx conf /var/www/html -> /usr/share/nginx/html --- templates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates.json b/templates.json index 55de3b4..2ba2d37 100644 --- a/templates.json +++ b/templates.json @@ -24,7 +24,7 @@ "80/tcp", "443/tcp" ], - "volumes": ["/etc/nginx", "/var/www/html"] + "volumes": ["/etc/nginx", "/usr/share/nginx/html"] }, { "type": "container",