增加docker运行方式,快速跑起来。

newFeature
Mahone 3 years ago
parent 3fb70e29e9
commit 0eeb18f051

@ -0,0 +1,5 @@
FROM elasticsearch:7.6.1
MAINTAINER hnliuwx@gmail.com
RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install -b https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v7.6.1/elasticsearch-analysis-ik-7.6.1.zip
Loading…
Cancel
Save