Update CloudronManifest.json with correct tcpPorts format

This commit is contained in:
Andreas Düren 2025-03-16 12:49:06 +01:00
parent a7be76db0a
commit d0636955ec

View File

@ -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"
}
}