Skip to content

Commit

Permalink
Make Forwarding Port Explicit
Browse files Browse the repository at this point in the history
Signed-off-by: Mahad Zaryab <[email protected]>
  • Loading branch information
mahadzaryab1 committed Sep 15, 2024
1 parent 7561945 commit 9aaaf75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/adaptive-sampling/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
ports:
- "16686:16686"
- "5778:5778"
- "4318"
- "4318:4318"

tracegen:
image: jaegertracing/jaeger-tracegen:latest
Expand Down

0 comments on commit 9aaaf75

Please sign in to comment.