We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb84dd5 commit e9aa774Copy full SHA for e9aa774
examples/hotrod/docker-compose-v2.yml
@@ -4,9 +4,7 @@
4
services:
5
jaeger:
6
image: ${REGISTRY:-}jaegertracing/jaeger:${JAEGER_VERSION:-latest}
7
- command:
8
- - --set=receivers.otlp.protocols.grpc.endpoint="0.0.0.0:4317"
9
- - --set=receivers.otlp.protocols.http.endpoint="0.0.0.0:4318"
+ command: ["--feature-gates=-component.UseLocalHostAsDefaultHost"]
10
ports:
11
- "16686:16686"
12
- "4317:4317"
0 commit comments