You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker-compose.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ services:
63
63
expose:
64
64
- "5601"# Expose port 5601 for web access to OpenSearch Dashboards
65
65
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
0 commit comments