Skip to content

Commit

Permalink
removed slave volume bind mount for node_exporter service
Browse files Browse the repository at this point in the history
  • Loading branch information
rkthtrifork committed Aug 18, 2023
1 parent fb554cf commit 89d2987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/observability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
pid: host
restart: unless-stopped
volumes:
- "/:/host:ro,rslave"
- "/:/host:ro"
profiles:
- prometheus
- observability
Expand Down

0 comments on commit 89d2987

Please sign in to comment.