Skip to content

Commit

Permalink
docs: correct port (#2102)
Browse files Browse the repository at this point in the history
Closes #2100
  • Loading branch information
vinckr authored Oct 6, 2020
1 parent 487e733 commit 7aca301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/versioned_docs/version-v1.8/5min-tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ $ docker-compose -f quickstart.yml exec hydra \
--port 5555 \
--scope openid,offline

Setting up home route on http://127.0.0.1:4445/
Setting up callback listener on http://127.0.0.1:4445/callback
Setting up home route on http://127.0.0.1:5555/
Setting up callback listener on http://127.0.0.1:5555/callback
Press ctrl + c on Linux / Windows or cmd + c on OSX to end the process.
If your browser does not open automatically, navigate to:

Expand Down

0 comments on commit 7aca301

Please sign in to comment.