feat: Give Elasticsearch an explicit node name

This commit is contained in:
Antoine Cotten 2022-11-17 21:02:32 +01:00
parent 9f674eca40
commit a02b7a0d3a
No known key found for this signature in database
GPG Key ID: 94637E68D4A79DD0
1 changed files with 1 additions and 0 deletions

View File

@ -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