Adds both nodes for dashboards to talk to
This commit is contained in:
parent
59e7b8d64a
commit
dd964c3b78
|
@ -138,7 +138,7 @@ services:
|
||||||
expose:
|
expose:
|
||||||
- "5601"
|
- "5601"
|
||||||
environment:
|
environment:
|
||||||
OPENSEARCH_HOSTS: https://opensearch-node1:9200
|
OPENSEARCH_HOSTS: '["https://opensearch-node1:9200","https://opensearch-node2:9200"]'
|
||||||
networks:
|
networks:
|
||||||
- opensearch-net
|
- opensearch-net
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue