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