mirror of
https://github.com/deviantony/docker-elk.git
synced 2025-12-14 19:00:43 +01:00
Use new official images (#96)
This commit is contained in:
committed by
Anthony Lapenna
parent
cdf52bbfd3
commit
6cd82cf47a
@@ -1,5 +1,2 @@
|
||||
FROM elasticsearch:5
|
||||
|
||||
ENV ES_JAVA_OPTS="-Des.path.conf=/etc/elasticsearch"
|
||||
|
||||
CMD ["-E", "network.host=0.0.0.0", "-E", "discovery.zen.minimum_master_nodes=1"]
|
||||
# https://github.com/elastic/elasticsearch-docker
|
||||
FROM docker.elastic.co/elasticsearch/elasticsearch:5.2.1
|
||||
|
||||
Reference in New Issue
Block a user