fix config

This commit is contained in:
ai-dev
2025-09-21 16:45:38 +02:00
parent ae63025087
commit 7fcf7f796c
7 changed files with 29 additions and 167 deletions

View File

@@ -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