Merge pull request #54 from opensearch-project/elfisher-both-nodes-for-docker-compose

Adds both nodes for dashboards to talk to in docker-compose
This commit is contained in:
Andrew Etter 2021-06-18 09:25:39 -07:00 committed by GitHub
commit d3a26b8353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ services:
expose:
- "5601"
environment:
OPENSEARCH_HOSTS: https://opensearch-node1:9200
OPENSEARCH_HOSTS: '["https://opensearch-node1:9200","https://opensearch-node2:9200"]'
networks:
- opensearch-net