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