Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Fix Docker compose example
Browse files Browse the repository at this point in the history
  • Loading branch information
debovema authored and alejandrodnm committed Oct 21, 2022
1 parent b5a2566 commit a23059e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,16 @@ services:
image: "otel/opentelemetry-collector:0.56.0"
command: [ "--config=/etc/otel-collector-config.yml" ]
volumes:
- ./otel-collector-config.yml:/etc/otel-collector-config.yml
- ${PWD}/otel-collector-config.yml:/etc/otel-collector-config.yml
ports:
- "14268:14268" # jaeger http

jaeger:
image: jaegertracing/jaeger-query:1.37.0
environment:
SPAN_STORAGE_TYPE: grpc-plugin
depends_on:
- promscale
command: [
"--grpc-storage.server=promscale:9202",
]
Expand Down

0 comments on commit a23059e

Please # to comment.