Skip to content

Commit

Permalink
Fix docker config mapping (#3215)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthccv authored Mar 14, 2023
1 parent f0a0cc4 commit af582e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/logs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Then start the Docker container:
docker run \
-p 4317:4317 \
-v $(pwd)/otel-collector-config.yaml:/etc/otel/config.yaml \
-v $(pwd)/otel-collector-config.yaml:/etc/otelcol-contrib/config.yaml \
otel/opentelemetry-collector-contrib:latest
.. code-block:: sh
Expand Down

0 comments on commit af582e9

Please sign in to comment.