5 lines
87 B
Docker
5 lines
87 B
Docker
ARG ELK_VERSION=7.5.1
|
|
FROM docker.elastic.co/kibana/kibana:${ELK_VERSION}
|
|
|
|
EXPOSE 5601
|