Skip to content

Commit

Permalink
adds the gRPC port to the docker-all-in-one Dockerfile (jaegertracing…
Browse files Browse the repository at this point in the history
…#773) (jaegertracing#967)

Signed-off-by: Jan Heylen <jan.heylen@nokia.com>
  • Loading branch information
heyleke authored and isaachier committed Sep 3, 2018
1 parent 55b2943 commit 514d89d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/standalone/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ EXPOSE 5778
# Collector HTTP
EXPOSE 14268

# Collector gRPC
EXPOSE 14270

# Web HTTP
EXPOSE 16686

Expand Down

0 comments on commit 514d89d

Please sign in to comment.