Skip to content

Commit

Permalink
forgot to add ro to netdata config
Browse files Browse the repository at this point in the history
  • Loading branch information
afolarin committed Mar 20, 2019
1 parent af753c1 commit ac3c9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcompose-stack/radar-cp-hadoop-stack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ services:
- /proc:/host/proc:ro
- /sys:/host/sys:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./etc/netdata/netdata.conf:/etc/netdata/netdata.conf
- ./etc/netdata/netdata.conf:/etc/netdata/netdata.conf:ro

#---------------------------------------------------------------------------#
# Docker Monitoring #
Expand Down

0 comments on commit ac3c9c6

Please sign in to comment.