Skip to content

Commit

Permalink
docs/collector/getting-started.md: simplify / clean up docker-compose…
Browse files Browse the repository at this point in the history
… setup
  • Loading branch information
jf authored and chalin committed Jun 9, 2023
1 parent 17e2c23 commit 57db6b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/en/docs/collector/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ the following:
```yaml
otel-collector:
image: otel/opentelemetry-collector-contrib
command: [--config=/etc/otel-collector-config.yaml]
volumes:
- ./otel-collector-config.yaml:/etc/otel-collector-config.yaml
- ./otel-collector-config.yaml:/etc/otelcol-contrib/config.yaml
ports:
- 1888:1888 # pprof extension
- 8888:8888 # Prometheus metrics exposed by the collector
Expand Down

0 comments on commit 57db6b7

Please sign in to comment.