Skip to content

Commit e9aa774

Browse files
committed
Revert "Fix command in v2 example (jaegertracing#6134)"
This reverts commit e327edb.
1 parent bb84dd5 commit e9aa774

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/hotrod/docker-compose-v2.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
services:
55
jaeger:
66
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"
7+
command: ["--feature-gates=-component.UseLocalHostAsDefaultHost"]
108
ports:
119
- "16686:16686"
1210
- "4317:4317"

0 commit comments

Comments
 (0)