Update DOMAIN key in service-nextcloud.json to use NEXTCLOUD_TRUSTED_DOMAINS

This commit is contained in:
gyurix
2025-09-06 17:03:16 +02:00
parent 56e6e4e789
commit 09371f8b4b

View File

@@ -1,7 +1,7 @@
{ {
"main": { "main": {
"SERVICE_NAME": "nextcloud", "SERVICE_NAME": "nextcloud",
"DOMAIN": "#DOMAIN" "DOMAIN": "#NEXTCLOUD_TRUSTED_DOMAINS"
}, },
"containers": [ "containers": [
{ {