mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-02 04:53:19 +00:00
10 lines
191 B
Docker
10 lines
191 B
Docker
FROM docker.elastic.co/kibana/kibana:6.1.0
|
|
|
|
USER root
|
|
|
|
COPY ./config/kibana.yml /usr/share/kibana/config/kibana.yml
|
|
|
|
COPY config/wait-for-it.sh /wait-for-it.sh
|
|
|
|
RUN chmod 755 /wait-for-it.sh
|