mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-10-28 02:23:38 +00:00
Merge pull request #47 from rafadvega/master
Fixed bad permissions in filebeat.yml
This commit is contained in:
@@ -39,6 +39,7 @@ RUN chmod 755 /init.bash &&\
|
|||||||
RUN curl -L -O https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-${FILEBEAT_VERSION}-amd64.deb &&\
|
RUN curl -L -O https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-${FILEBEAT_VERSION}-amd64.deb &&\
|
||||||
dpkg -i filebeat-${FILEBEAT_VERSION}-amd64.deb && rm -f filebeat-${FILEBEAT_VERSION}-amd64.deb
|
dpkg -i filebeat-${FILEBEAT_VERSION}-amd64.deb && rm -f filebeat-${FILEBEAT_VERSION}-amd64.deb
|
||||||
COPY config/filebeat.yml /etc/filebeat/
|
COPY config/filebeat.yml /etc/filebeat/
|
||||||
|
RUN chmod go-w /etc/filebeat/filebeat.yml
|
||||||
|
|
||||||
# Adding entrypoint
|
# Adding entrypoint
|
||||||
ADD config/entrypoint.sh /entrypoint.sh
|
ADD config/entrypoint.sh /entrypoint.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user