Sorted json

This commit is contained in:
alexbelgium
2022-03-24 04:34:57 +00:00
committed by GitHub
parent c2af0342d8
commit b420ae9e18
58 changed files with 721 additions and 206 deletions

View File

@@ -1,5 +1,9 @@
{
"arch": ["aarch64", "amd64"],
"arch": [
"aarch64",
"amd64"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Free and Open, Distributed, RESTful Search Engine",
"environment": {
"ES_JAVA_OPTS": "-Xms1024M -Xmx1024M",
@@ -8,7 +12,9 @@
"discovery.type": "single-node"
},
"host_network": true,
"map": ["config:rw"],
"map": [
"config:rw"
],
"name": "Elasticsearch server",
"options": {},
"ports": {
@@ -23,6 +29,5 @@
"slug": "elasticsearch",
"upstream": "7.14.2",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/elasticsearch",
"codenotary": "alexandrep.github@gmail.com",
"version": "7.14.2"
}