Skip to content

Commit 7a9485e

Browse files
authored
fix docker-compose.yml dashboard issue with OPENSEARCH_HOSTS (opensearch-project#783)
Signed-off-by: YANGDB <[email protected]>
1 parent a0a62af commit 7a9485e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ services:
6363
expose:
6464
- "5601" # Expose port 5601 for web access to OpenSearch Dashboards
6565
environment:
66-
OPENSEARCH_HOSTS: '["https://opensearch-node1:9200","https://opensearch-node2:9200"]' # Define the OpenSearch nodes that OpenSearch Dashboards will query
66+
OPENSEARCH_HOSTS: '["http://opensearch:9200"]' # Define the OpenSearch nodes that OpenSearch Dashboards will query
6767
depends_on:
6868
- opensearch
6969

0 commit comments

Comments
 (0)