Adds both nodes for dashboards to talk to

This commit is contained in:
Eli Fisher 2021-06-17 14:50:45 -04:00 committed by GitHub
parent 59e7b8d64a
commit dd964c3b78
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