diff --git a/pipeline/inputs/process-exporter-metrics.md b/pipeline/inputs/process-exporter-metrics.md index 9e516e517..f539ea5a8 100644 --- a/pipeline/inputs/process-exporter-metrics.md +++ b/pipeline/inputs/process-exporter-metrics.md @@ -70,7 +70,7 @@ The following `docker` command deploys Fluent Bit with a specific mount path for These are then exposed over port 2021. ``` -docker run -ti -v /proc:/host/proc \ +docker run -ti -v /proc:/host/proc:ro \ -p 2021:2021 \ fluent/fluent-bit:2.2 \ /fluent-bit/bin/fluent-bit \