mirror of
https://github.com/deviantony/docker-elk.git
synced 2026-01-02 11:10:08 +01:00
8 lines
188 B
Docker
8 lines
188 B
Docker
ARG ELK_VERSION
|
|
|
|
# https://www.docker.elastic.co/
|
|
FROM docker.elastic.co/kibana/kibana:${ELK_VERSION}
|
|
|
|
# Add your kibana plugins setup here
|
|
# Example: RUN kibana-plugin install <name|url>
|