Update templates.json nginx (#79)
Fix default path used by nginx conf /var/www/html -> /usr/share/nginx/html
This commit is contained in:
committed by
Anthony Lapenna
parent
a8cdca6463
commit
997e1bb4d4
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user