Commit ca5434e4 by yinyong

Merge remote-tracking branch 'origin/master'

parents ad1b7dca 7878bf23
FROM elasticsearch:7.0.1 FROM elasticsearch:7.0.0
LABEL maintainer="jian.tan@daocloud.io" LABEL maintainer="jian.tan@daocloud.io"
......
...@@ -5,3 +5,8 @@ network.host: 0.0.0.0 ...@@ -5,3 +5,8 @@ network.host: 0.0.0.0
# set to 1 to allow single node clusters # set to 1 to allow single node clusters
# Details: https://github.com/elastic/elasticsearch/pull/17288 # Details: https://github.com/elastic/elasticsearch/pull/17288
discovery.zen.minimum_master_nodes: 1 discovery.zen.minimum_master_nodes: 1
thread_pool:
warmer:
core: 1
max: 12
keep_alive: 2m
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment