Created
October 18, 2021 05:02
-
-
Save tribela/3d3c38522e53abef144f4f94ddd3576a to your computer and use it in GitHub Desktop.
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