mirror of
https://github.com/deviantony/docker-elk.git
synced 2026-01-03 11:38:05 +01:00
8 lines
218 B
Docker
8 lines
218 B
Docker
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
|