change port for jaeger dev container

This commit is contained in:
bergquist 2017-09-15 16:50:00 +02:00
parent f211455643
commit 83ddd2b158

View File

@ -1,6 +1,6 @@
jaeger:
image: jaegertracing/all-in-one:latest
ports:
- "localhost:5775:5775/udp"
- "localhost:6831:6831/udp"
- "16686:16686"