Skip to content

Commit

Permalink
Merge branch 'main' into aws_cloudtrail
Browse files Browse the repository at this point in the history
  • Loading branch information
YANG-DB committed Aug 1, 2023
2 parents 9cf500f + 7a9485e commit 53b1296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services:
expose:
- "5601" # Expose port 5601 for web access to OpenSearch Dashboards
environment:
OPENSEARCH_HOSTS: '["https://opensearch-node1:9200","https://opensearch-node2:9200"]' # Define the OpenSearch nodes that OpenSearch Dashboards will query
OPENSEARCH_HOSTS: '["http://opensearch:9200"]' # Define the OpenSearch nodes that OpenSearch Dashboards will query
depends_on:
- opensearch

0 comments on commit 53b1296

Please sign in to comment.