mirror of
https://github.com/ivuorinen/docker-elk.git
synced 2026-03-02 14:55:11 +00:00
Initial commit
This commit is contained in:
8
kibana/Dockerfile
Normal file
8
kibana/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
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>
|
||||
Reference in New Issue
Block a user