feat: Give Elasticsearch an explicit node name
This commit is contained in:
parent
9f674eca40
commit
a02b7a0d3a
|
@ -38,6 +38,7 @@ services:
|
||||||
- 9200:9200
|
- 9200:9200
|
||||||
- 9300:9300
|
- 9300:9300
|
||||||
environment:
|
environment:
|
||||||
|
node.name: elasticsearch
|
||||||
ES_JAVA_OPTS: -Xms512m -Xmx512m
|
ES_JAVA_OPTS: -Xms512m -Xmx512m
|
||||||
# Bootstrap password.
|
# Bootstrap password.
|
||||||
# Used to initialize the keystore during the initial startup of
|
# Used to initialize the keystore during the initial startup of
|
||||||
|
|
Loading…
Reference in New Issue