We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf28a5 commit 1e79272Copy full SHA for 1e79272
docker-compose.yml
@@ -50,6 +50,8 @@ services:
50
- discovery.type=single-node
51
- xpack.security.enabled=false
52
- "ES_JAVA_OPTS=-Xms256m -Xmx256m"
53
+ command: >
54
+ bash -c "bin/elasticsearch-plugin install analysis-nori || true && /usr/local/bin/docker-entrypoint.sh"
55
ports:
56
- "9200:9200"
57
volumes:
0 commit comments