Skip to content

Commit

Permalink
fix: downgrade to jaeger 1.54 to avoid port conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Mar 12, 2024
1 parent aa7d109 commit fca832c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ services:
# Tracing monitoring
jaeger:
container_name: jaeger
image: jaegertracing/all-in-one:1.55
image: jaegertracing/all-in-one:1.54
ports:
- 16686:16686
- 14268:14268
Expand Down

0 comments on commit fca832c

Please sign in to comment.