Skip to content

Instantly share code, notes, and snippets.

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