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

[Question] ENV NUMBER_OF_SHARDS and ENV NUMBER_OF_REPLICAS #35

Closed acscloud closed 7 years ago

acscloud commented 7 years ago

Hi

env NUMBER_OF_SHARDS and ENV NUMBER_OF_REPLICAS are defined in Dockerfile, are they available? I'm asking because I didn't see them in elasticsearch.yml. Thanks.

pires commented 7 years ago

Good catch. I removed it as it doesn't seem to be available any more, right? Feel free to open a PR to remove that from the Dockerfile.