Skip to content

Commit

Permalink
Revert "Update README.md"
Browse files Browse the repository at this point in the history
This reverts commit 04a4652.

Signed-off-by: Eundoo Song <eundoo.song@gmail.com>
  • Loading branch information
eundoosong committed Oct 12, 2018
1 parent 30d87fc commit aa7edfb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions examples/hotrod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@ go run ./main.go all
docker run \
--rm \
--link jaeger \
--env JAEGER_AGENT_HOST='jaeger' \
--env JAEGER_AGENT_PORT=6831 \
-p8080-8083:8080-8083 \
jaegertracing/example-hotrod:1.8 \
all
jaegertracing/example-hotrod:1.6 \
all \
--jaeger-agent.host-port=jaeger:6831
```

Then open http://127.0.0.1:8080
Expand Down

0 comments on commit aa7edfb

Please sign in to comment.