Skip to content

Commit

Permalink
update compose to remove unused ports
Browse files Browse the repository at this point in the history
  • Loading branch information
vasconsaurus committed Jun 24, 2024
1 parent d60ab6a commit 903b54b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,3 @@ services:
- ./config/otel-collector-config.yaml:/etc/otelcol-contrib/config.yaml
depends_on:
- pender
ports:
- 1888:1888 # pprof extension
- 8888:8888 # Prometheus metrics exposed by the Collector
- 8889:8889 # Prometheus exporter metrics
- 13133:13133 # health_check extension
- 4317:4317 # OTLP gRPC receiver
- 4318:4318 # OTLP http receiver
- 55679:55679 # zpages extension

0 comments on commit 903b54b

Please sign in to comment.