Update nextcloud/domain-nextcloud.json

#DOMAIN_NAME
This commit is contained in:
hael
2024-08-29 13:55:33 +00:00
parent 7e06a8b062
commit 12b69fe7fc

View File

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