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