Skip to content

Commit af582e9

Browse files
authored
Fix docker config mapping (open-telemetry#3215)
1 parent f0a0cc4 commit af582e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/logs/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Then start the Docker container:
3434
3535
docker run \
3636
-p 4317:4317 \
37-
-v $(pwd)/otel-collector-config.yaml:/etc/otel/config.yaml \
37+
-v $(pwd)/otel-collector-config.yaml:/etc/otelcol-contrib/config.yaml \
3838
otel/opentelemetry-collector-contrib:latest
3939
4040
.. code-block:: sh

0 commit comments

Comments
 (0)