From d0636955ec6b4647bc951b68eca02b7f27934468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20D=C3=BCren?= Date: Sun, 16 Mar 2025 12:49:06 +0100 Subject: [PATCH] Update CloudronManifest.json with correct tcpPorts format --- elasticsearch-cloudron/CloudronManifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elasticsearch-cloudron/CloudronManifest.json b/elasticsearch-cloudron/CloudronManifest.json index 788d04e..3636151 100644 --- a/elasticsearch-cloudron/CloudronManifest.json +++ b/elasticsearch-cloudron/CloudronManifest.json @@ -28,8 +28,8 @@ "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, "tcpPorts": { - "transport": { - "port": 9300, + "9300": { + "title": "Transport Port", "description": "Elasticsearch transport port" } }