Skip to content

Commit

Permalink
Merge pull request #28417 from matejvasek/fix-mount-doc-opentel
Browse files Browse the repository at this point in the history
Add ':Z' opt to volume mount in OpenTelemetry guide
  • Loading branch information
gsmet authored Oct 6, 2022
2 parents 4dfa703 + f50794d commit ebb2c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/opentelemetry.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ services:
image: otel/opentelemetry-collector:latest
command: ["--config=/etc/otel-collector-config.yaml"]
volumes:
- ./otel-collector-config.yaml:/etc/otel-collector-config.yaml
- ./otel-collector-config.yaml:/etc/otel-collector-config.yaml:Z
ports:
- "13133:13133" # Health_check extension
- "4317:4317" # OTLP gRPC receiver
Expand Down

0 comments on commit ebb2c7b

Please sign in to comment.