Make nori-enabled elastic search docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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