Update nextcloud/domain-nextcloud.json

This commit is contained in:
hael
2025-03-11 13:36:33 +00:00
parent bfb19e3733
commit 9d3450543b

View File

@@ -1,7 +1,7 @@
{
"main": {
"SERVICE_NAME": "nextcloud",
"DOMAIN": "#NEXTCLOUD_DOMAIN"
"DOMAIN": "#NEXTCLOUD_TRUSTED_DOMAINS"
},
"containers": [
{
@@ -23,7 +23,7 @@
{ "TARGET": "nextcloudnginx" },
{ "PORT": "80" },
{ "LOCATION": "#NEXTCLOUD_LOCATION_PATH" },
{ "DOMAIN": "#NEXTCLOUD_DOMAIN" },
{ "DOMAIN": "#NEXTCLOUD_TRUSTED_DOMAINS" },
{ "SMARTHOST_PROXY_PATH": "/smarthost-domains" },
{ "OPERATION": "CREATE" }
],