Add available Jaeger port (#48)

This commit is contained in:
Eric Eastwood 2022-08-29 14:08:15 -05:00 committed by GitHub
parent fba827a44e
commit 27886a92d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ docker run -d --name jaeger \
-p 6831:6831/udp \
-p 6832:6832/udp \
-p 5778:5778 \
-p 5775:5775/udp \
-p 16686:16686 \
-p 4317:4317 \
-p 4318:4318 \