Skip to content

Commit 31f68a9

Browse files
committed
Issue #34: fix docker-compose config for jaegger
1 parent d9305e2 commit 31f68a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-compose.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ services:
55
image: jaegertracing/jaeger-query:1.51
66
container_name: 'jaeger-quickwit'
77
environment:
8-
- GRPC_STORAGE_SERVER=host.docker.internal:7280
8+
- GRPC_STORAGE_SERVER=host.docker.internal:7281
99
- SPAN_STORAGE_TYPE=grpc-plugin
10+
ports:
11+
- 16686:16686
1012
extra_hosts:
1113
- "host.docker.internal:host-gateway"
1214
networks:

0 commit comments

Comments
 (0)