Skip to content

Commit 1e79272

Browse files
author
marshmallowing
committed
deploy: Nori 설치
1 parent 4bf28a5 commit 1e79272

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ services:
5050
- discovery.type=single-node
5151
- xpack.security.enabled=false
5252
- "ES_JAVA_OPTS=-Xms256m -Xmx256m"
53+
command: >
54+
bash -c "bin/elasticsearch-plugin install analysis-nori || true && /usr/local/bin/docker-entrypoint.sh"
5355
ports:
5456
- "9200:9200"
5557
volumes:

0 commit comments

Comments
 (0)