Update nextcloud/domain-nextcloud.json

#NEXTCLOUD_DOMAIN
This commit is contained in:
hael
2024-09-13 11:12:57 +00:00
parent 8ce04e925d
commit b7f0aa1957

View File

@@ -1,7 +1,7 @@
{
"main": {
"SERVICE_NAME": "nextcloud-server",
"DOMAIN": "#DOMAIN_NAME"
"DOMAIN": "#NEXTCLOUD_DOMAIN"
},
"containers": [
{
@@ -22,7 +22,7 @@
{ "PROXY": "smarthostloadbalancer" },
{ "TARGET": "nextcloudnginx" },
{ "PORT": "80" },
{ "DOMAIN": "#DOMAIN_NAME" },
{ "DOMAIN": "#NEXTCLOUD_DOMAIN" },
{ "SMARTHOST_PROXY_PATH": "/smarthost-domains" },
{ "OPERATION": "CREATE" }
],