Update nextcloud/domain-nextcloud.json
#DOMAIN_NAME
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"main": {
|
"main": {
|
||||||
"SERVICE_NAME": "nextcloud-server",
|
"SERVICE_NAME": "nextcloud-server",
|
||||||
"DOMAIN": "DOMAIN_NAME"
|
"DOMAIN": "#DOMAIN_NAME"
|
||||||
},
|
},
|
||||||
"containers": [
|
"containers": [
|
||||||
{
|
{
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
{ "PROXY": "smarthostloadbalancer" },
|
{ "PROXY": "smarthostloadbalancer" },
|
||||||
{ "TARGET": "nextcloudnginx" },
|
{ "TARGET": "nextcloudnginx" },
|
||||||
{ "PORT": "80" },
|
{ "PORT": "80" },
|
||||||
{ "DOMAIN": "DOMAIN_NAME" },
|
{ "DOMAIN": "#DOMAIN_NAME" },
|
||||||
{ "PUBLIC_PROXY_PATH": "/domains" },
|
{ "PUBLIC_PROXY_PATH": "/domains" },
|
||||||
{ "SMARTHOST_PROXY_PATH": "/smarthost-domains" },
|
{ "SMARTHOST_PROXY_PATH": "/smarthost-domains" },
|
||||||
{ "OPERATION": "CREATE" }
|
{ "OPERATION": "CREATE" }
|
||||||
|
Reference in New Issue
Block a user