Skip to content

Commit

Permalink
Made filebeat config changes to READONLY
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrinidhikulkarni7 committed Jun 15, 2020
1 parent 6ed7553 commit 7a898d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ services:
- type: bind
source: /var/run/docker.sock
target: /var/run/docker.sock
read_only: true
- type: bind
source: /var/lib/docker/containers/
target: /var/lib/docker/containers/
read_only: true
command: " ./filebeat -c filebeat.yml -e"
depends_on:
- elasticsearch
Expand Down

0 comments on commit 7a898d3

Please sign in to comment.