Skip to content

Commit

Permalink
added permission change for filebeat directory
Browse files Browse the repository at this point in the history
  • Loading branch information
and-lucas-kelly committed Sep 14, 2021
1 parent 6638065 commit cf43a96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ RUN curl https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-${FILEBE
mv filebeat-${FILEBEAT_VERSION}-linux-x86_64 /filebeat && \
rm -f /filebeat/filebeat.yml

RUN chmod -R 777 /filebeat

USER appuser

# Copy our local filebeat config to the installation
Expand Down

0 comments on commit cf43a96

Please sign in to comment.