mirror of
https://github.com/deviantony/docker-elk.git
synced 2025-12-16 07:16:58 +01:00
X-Pack (alpha-3) support
This commit is contained in:
@@ -4,4 +4,4 @@ ENV ES_JAVA_OPTS="-Des.path.conf=/etc/elasticsearch"
|
||||
|
||||
RUN elasticsearch-plugin install --batch x-pack
|
||||
|
||||
CMD ["-E", "es.network.host=0.0.0.0", "-E", "es.discovery.zen.minimum_master_nodes=1"]
|
||||
CMD ["-E", "network.host=0.0.0.0", "-E", "discovery.zen.minimum_master_nodes=1"]
|
||||
|
||||
Reference in New Issue
Block a user