mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-22 03:20:32 +01:00
Sorted json
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user