Files
hassio-addons/elasticsearch/config.json
2021-11-02 12:01:53 +01:00

21 lines
473 B
JSON

{
"arch": ["aarch64", "amd64"],
"description": "elasticsearch server",
"name": "Elasticsearch server DO NOT USE",
"options": {},
"host_network": true,
"ports": {
"9200/tcp": 9200,
"9300/tcp": 9300
},
"ports_description": {
"9200/tcp": "API calls over HTTP",
"9300/tcp": "custom binary protoco"
},
"schema": {},
"slug": "elasticsearch",
"upstream": "",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "6.8.20"
}