9 lines
265 B
Docker
Executable File
9 lines
265 B
Docker
Executable File
ARG ELK_VERSION
|
|
|
|
# https://www.docker.elastic.co/
|
|
FROM docker.elastic.co/elasticsearch/elasticsearch:${ELK_VERSION}
|
|
|
|
# Add your elasticsearch plugins setup here
|
|
# Example: RUN elasticsearch-plugin install analysis-icu
|
|
RUN elasticsearch-plugin install analysis-nori
|