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