Add port mapping to example docker-compose.yaml (#4021)
This commit is contained in:
parent
8d6e5b87f1
commit
b85f4a9dc5
|
|
@ -7,7 +7,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "16686:16686"
|
- "16686:16686"
|
||||||
- "14268"
|
- "14268"
|
||||||
- "14250"
|
- "14250:14250"
|
||||||
|
|
||||||
# Zipkin
|
# Zipkin
|
||||||
zipkin-all-in-one:
|
zipkin-all-in-one:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue