Update templates.json nginx (#79)

Fix default path used by nginx conf /var/www/html -> /usr/share/nginx/html
This commit is contained in:
Pierre-Alain TORET
2017-11-17 18:32:27 +01:00
committed by Anthony Lapenna
parent a8cdca6463
commit 997e1bb4d4

View File

@@ -24,7 +24,7 @@
"80/tcp", "80/tcp",
"443/tcp" "443/tcp"
], ],
"volumes": ["/etc/nginx", "/var/www/html"] "volumes": ["/etc/nginx", "/usr/share/nginx/html"]
}, },
{ {
"type": "container", "type": "container",