Skip to content

Commit

Permalink
fixing ports
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscolopezsancho committed Jan 3, 2024
1 parent ff5f365 commit 1817a0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions samples/java-spring-view-store/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ services:
- ./tempo-config/tempo.yaml:/etc/tempo.yaml
- ./tempo-data/:/tmp/tempo
ports:
- "14268" # jaeger ingest
- "3200" # tempo
- "14268:14268" # jaeger ingest
- "3200:3200" # tempo
- "4317:4317"

tempo-query:
image: grafana/tempo-query:latest
Expand Down

0 comments on commit 1817a0a

Please sign in to comment.