pires / docker-elasticsearch

Dockerfile for a base Elasticsearch image to be extended by others (allow to install plug-ins, change configuration, etc.)
Apache License 2.0
161 stars 173 forks source link

Set environment var for node.max_local_storage_nodes #23 #25

Closed vganapathy1 closed 7 years ago

vganapathy1 commented 7 years ago

Set environment var for node.max_local_storage_nodes #23

pires commented 7 years ago

Is it no longer possible to reuse an existing data folder?

vganapathy1 commented 7 years ago

Unfortunately, yes that's what it appears to be!

pires commented 7 years ago

Can you add this variable to README.md, as well?

vganapathy1 commented 7 years ago

README.md updated

pires commented 7 years ago

Thank you!