Skip to content
This repository was archived by the owner on Jan 21, 2023. It is now read-only.

Commit 6a80319

Browse files
committed
update multi-node docs
1 parent 9116e2b commit 6a80319

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ services:
3131
data:
3232
restart: unless-stopped
3333
image: blacktop/elasticsearch:x-pack
34-
environment:
35-
- ES_JAVA_OPTS=-Xms2g -Xmx2g
34+
# environment:
35+
# - ES_JAVA_OPTS=-Xms2g -Xmx2g
3636
command: data
3737
links:
3838
- master:elastic-master

docs/mutil-node.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ $ docker-compose up -d && docker-compose scale data=3
88
> **NOTE**
99
* Nodes have [X-Pack](https://www.elastic.co/products/x-pack) Plugin (*30 day trial*) installed
1010
* Assumes your **data.nodes** have at least 4GB of RAM.
11+
12+
With X-Pack the default user/pass is **elastic/changeme**

0 commit comments

Comments
 (0)