Skip to content

Commit

Permalink
fix: compose port conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb authored Jun 4, 2024
1 parent ea7f619 commit dae8c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ services:
image: jaegertracing/all-in-one:1.53.0
ports:
- "16686:16686"
- "4317:4317"
- "4318:4318"
- "14317:4317"
- "14318:4318"
environment:
- COLLECTOR_OTLP_ENABLED=true
networks:
Expand Down

0 comments on commit dae8c1d

Please sign in to comment.