From 1958510b3e7b796b17cee27fa3424d7310905eae Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Thu, 6 Apr 2023 11:30:20 +0200 Subject: [PATCH] docs: fix jaeger command (#9797) --- docs/environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/environment-variables.md b/docs/environment-variables.md index ba1cce166..b877aa183 100644 --- a/docs/environment-variables.md +++ b/docs/environment-variables.md @@ -219,7 +219,7 @@ $ docker run --rm -it --name jaeger \ -p 5778:5778 \ -p 16686:16686 \ -p 14268:14268 \ - -p 14268:14269 \ + -p 14269:14269 \ -p 14250:14250 \ -p 9411:9411 \ jaegertracing/all-in-one