Skip to content

Commit

Permalink
Fix ports
Browse files Browse the repository at this point in the history
Signed-off-by: Adil Hafeez <adil@katanemo.com>
  • Loading branch information
adilhafeez committed Oct 23, 2024
1 parent c78af09 commit bce0902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jaeger-tracing/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
jaeger:
condition: service_healthy
ports:
- "${PORT_PROXY:-10000}:8000"
- "${PORT_PROXY:-8000}:8000"

service1:
build:
Expand All @@ -40,4 +40,4 @@ services:
environment:
- COLLECTOR_ZIPKIN_HOST_PORT=9411
ports:
- "${PORT_UI:-10000}:16686"
- "${PORT_UI:-16686}:16686"

0 comments on commit bce0902

Please sign in to comment.