mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 05:14:04 +02:00
Update config.json
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
{
|
{
|
||||||
"arch": ["aarch64", "amd64"],
|
"arch": ["aarch64", "amd64"],
|
||||||
"description": "elasticsearch server",
|
"description": "elasticsearch server",
|
||||||
|
"environment": {
|
||||||
|
"ES_JAVA_OPTS": "-Xms1024M -Xmx1024M",
|
||||||
|
"bootstrap.memory_lock": "true",
|
||||||
|
"discovery.type": "single-node"
|
||||||
|
}
|
||||||
"name": "Elasticsearch server DO NOT USE",
|
"name": "Elasticsearch server DO NOT USE",
|
||||||
"options": {},
|
"options": {},
|
||||||
"host_network": true,
|
"host_network": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user