removed public-proxy mount from nextcloud domain file

This commit is contained in:
Gyorgy Berenyi
2024-09-13 09:48:12 +00:00
parent adb9677f44
commit 8ce04e925d

View File

@@ -23,17 +23,11 @@
{ "TARGET": "nextcloudnginx" },
{ "PORT": "80" },
{ "DOMAIN": "#DOMAIN_NAME" },
{ "PUBLIC_PROXY_PATH": "/domains" },
{ "SMARTHOST_PROXY_PATH": "/smarthost-domains" },
{ "OPERATION": "CREATE" }
],
"VOLUMES": [
{
"SOURCE": "/etc/user/config/domains",
"DEST": "/domains",
"TYPE": "rw"
},
{
"SOURCE": "/etc/user/config/smarthost-domains",
"DEST": "/smarthost-domains",
"TYPE": "rw"