mirror of
https://github.com/deviantony/docker-elk.git
synced 2025-12-18 08:10:24 +01:00
@@ -1,5 +1,5 @@
|
||||
# https://github.com/elastic/elasticsearch-docker
|
||||
FROM docker.elastic.co/elasticsearch/elasticsearch:5.5.2
|
||||
FROM docker.elastic.co/elasticsearch/elasticsearch:5.6.1
|
||||
|
||||
# Add your elasticsearch plugins setup here
|
||||
# Example: RUN elasticsearch-plugin install analysis-icu
|
||||
|
||||
@@ -22,5 +22,4 @@ discovery.type: single-node
|
||||
xpack.security.enabled: false
|
||||
xpack.monitoring.enabled: false
|
||||
xpack.ml.enabled: false
|
||||
xpack.graph.enabled: false
|
||||
xpack.watcher.enabled: false
|
||||
|
||||
Reference in New Issue
Block a user