diff --git a/examples/hotrod/README.md b/examples/hotrod/README.md index 07d5c44bd56..dfb35a69d33 100644 --- a/examples/hotrod/README.md +++ b/examples/hotrod/README.md @@ -41,10 +41,9 @@ go run ./main.go all ### Run HotROD from docker ```bash -docker run --rm -it --link jaeger -p8080:8080 jaegertracing/example-hotrod:latest /go/bin/hotrod-linux all --jaeger-agent.host-port=jaeger:6831 +docker run --rm -it --link jaeger -p8080-8083:8080-8083 jaegertracing/example-hotrod:latest /go/bin/hotrod-linux all --jaeger-agent.host-port=jaeger:6831 ``` - Then open http://127.0.0.1:8080