crlf to lf + sort json

This commit is contained in:
Alexandre
2022-03-15 11:02:11 +01:00
parent c748fa4a23
commit 5a7e0f0569
96 changed files with 1060 additions and 870 deletions

View File

@@ -1,16 +1,21 @@
{
"arch": ["aarch64", "amd64"],
"arch": [
"aarch64",
"amd64"
],
"description": "Free and Open, Distributed, RESTful Search Engine",
"environment": {
"ES_JAVA_OPTS": "-Xms1024M -Xmx1024M",
"TINI_SUBREAPER": "true",
"bootstrap.memory_lock": "true",
"discovery.type": "single-node",
"TINI_SUBREAPER": "true"
"discovery.type": "single-node"
},
"map": ["config:rw"],
"host_network": true,
"map": [
"config:rw"
],
"name": "Elasticsearch server",
"options": {},
"host_network": true,
"ports": {
"9200/tcp": 9200,
"9300/tcp": 9300