Fix CloudronManifest.json: replace forceBindLocalhost with localOnly

This commit is contained in:
Andreas Düren 2025-03-16 12:43:56 +01:00
parent 48a34738bb
commit 71d6f58515

View File

@ -24,7 +24,7 @@
"database"
],
"minBoxVersion": "7.0.0",
"forceBindLocalhost": true,
"localOnly": true,
"memoryLimit": 1073741824,
"postInstallMessage": "Elasticsearch is now installed and available for internal use only. You can access it using http://localhost:9200 from within other Cloudron apps.",
"multiDomain": false,