mirror of
https://github.com/deviantony/docker-elk.git
synced 2025-12-12 01:40:29 +01:00
8 lines
233 B
Docker
8 lines
233 B
Docker
ARG ELASTIC_VERSION
|
|
|
|
# https://www.docker.elastic.co/
|
|
FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION:-9.2.2}
|
|
|
|
# Add your elasticsearch plugins setup here
|
|
# Example: RUN elasticsearch-plugin install analysis-icu
|