fix config
This commit is contained in:
@@ -3,11 +3,7 @@
|
||||
"version": "1.0.0",
|
||||
"slug": "opensearch-dashboards",
|
||||
"description": "OpenSearch Dashboards (Kibana compatible) to visualize OpenSearch data.",
|
||||
"arch": [
|
||||
"amd64",
|
||||
"armv7",
|
||||
"arm64"
|
||||
],
|
||||
"arch": ["amd64", "armv7", "aarch64"],
|
||||
"startup": "services",
|
||||
"boot": "auto",
|
||||
"host_network": true,
|
||||
@@ -34,12 +30,7 @@
|
||||
"opensearch_username": "str",
|
||||
"opensearch_password": "str",
|
||||
"kibana_index": "str",
|
||||
"plugins": [
|
||||
"list",
|
||||
[
|
||||
"str"
|
||||
]
|
||||
]
|
||||
"plugins": "list(str)"
|
||||
},
|
||||
"ports": {
|
||||
"5601/tcp": 5601
|
||||
|
Reference in New Issue
Block a user