Skip to content

Instantly share code, notes, and snippets.

@Mahito
Created October 10, 2017 07:16
Show Gist options
  • Save Mahito/8c10432a847ff48af5a392d596e30b77 to your computer and use it in GitHub Desktop.
Save Mahito/8c10432a847ff48af5a392d596e30b77 to your computer and use it in GitHub Desktop.
jaegertracing/all-in-one:latest
version: '2'
services:
jaeger_ui:
image: jaegertracing/all-in-one:latest
ports:
- 5775:5775/udp
- 6831:6831/udp
- 6832:6832/udp
- 5778:5778
- 16686:16686
- 14268:14268
- 9411:9411
environment:
COLLECTOR_ZIPKIN_HTTP_PORT: 9411
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment