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