Adds both nodes for dashboards to talk to
This commit is contained in:
parent
59e7b8d64a
commit
dd964c3b78
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue