From 71d6f58515f43910231df0bb8de508f3f1898993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20D=C3=BCren?= Date: Sun, 16 Mar 2025 12:43:56 +0100 Subject: [PATCH] Fix CloudronManifest.json: replace forceBindLocalhost with localOnly --- elasticsearch-cloudron/CloudronManifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch-cloudron/CloudronManifest.json b/elasticsearch-cloudron/CloudronManifest.json index b533ea8..e68a94b 100644 --- a/elasticsearch-cloudron/CloudronManifest.json +++ b/elasticsearch-cloudron/CloudronManifest.json @@ -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,