Update config.json

This commit is contained in:
Alexandre
2021-11-04 07:04:13 +01:00
committed by GitHub
parent de6b658d90
commit d3d5d00871

View File

@@ -1,6 +1,11 @@
{
"arch": ["aarch64", "amd64"],
"description": "elasticsearch server",
"environment": {
"ES_JAVA_OPTS": "-Xms1024M -Xmx1024M",
"bootstrap.memory_lock": "true",
"discovery.type": "single-node"
}
"name": "Elasticsearch server DO NOT USE",
"options": {},
"host_network": true,