Fix reference to jvm.options docs

The reference for the jvm.options docs recently changed from
es-java-opts to jvm-options. This commit fixes a broken reference that
arose as a result of this change.
This commit is contained in:
Jason Tedor 2016-12-01 20:04:18 -05:00
parent a6ad89bee0
commit 1e645bc2d6
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ Log messages go to the console and are handled by the configured Docker logging
[[docker-configuration-methods]]
==== Configuring Elasticsearch with Docker
Elasticsearch loads its configuration from files under `/usr/share/elasticsearch/config/`. These configuration files are documented in <<settings>> and <<es-java-opts>>.
Elasticsearch loads its configuration from files under `/usr/share/elasticsearch/config/`. These configuration files are documented in <<settings>> and <<jvm-options>>.
The image offers several methods for configuring Elasticsearch settings with the conventional approach being to provide customized files, i.e. `elasticsearch.yml`, but it's also possible to use environment variables to set options: