Release 5.6.1

Closes #173
This commit is contained in:
Antoine Cotten
2017-09-23 20:19:40 +02:00
parent f7f08449f2
commit 38be331c16
6 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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