Skip to content

Instantly share code, notes, and snippets.

@tribela
Created October 18, 2021 05:02
Embed
What would you like to do?
Make nori-enabled elastic search docker
FROM elasticsearch:7.14.2
RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch analysis-nori
HEALTHCHECK CMD curl -f http://localhost:9200/_cluster/health
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment