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