Skip to content

Commit

Permalink
Revert "Fix command in v2 example (jaegertracing#6134)"
Browse files Browse the repository at this point in the history
This reverts commit e327edb.
  • Loading branch information
yurishkuro committed Nov 2, 2024
1 parent bb84dd5 commit e9aa774
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/hotrod/docker-compose-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
services:
jaeger:
image: ${REGISTRY:-}jaegertracing/jaeger:${JAEGER_VERSION:-latest}
command:
- --set=receivers.otlp.protocols.grpc.endpoint="0.0.0.0:4317"
- --set=receivers.otlp.protocols.http.endpoint="0.0.0.0:4318"
command: ["--feature-gates=-component.UseLocalHostAsDefaultHost"]
ports:
- "16686:16686"
- "4317:4317"
Expand Down

0 comments on commit e9aa774

Please sign in to comment.