Hey there,
Is it possible to set environment variables using docker-compose on Elasticsearch 2.4.4?
I am trying to set cluster-name with classic method
environment:
- cluster-name=test
but the cluster is ignoring it.
I tried also to set the ES_JAVA_HEAP and it seems to be only appended to executed command.
This method is is obviously working with ES 6.x or ES 7.x.
I am not understanding if there is any limit on ES 2.4 usage.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.