Skip to content

Commit

Permalink
fix(yml): added port in quickstart config
Browse files Browse the repository at this point in the history
added the port in kratos-selfservice-ui-node block so that it aligns perfectly with the quickstart documentation https://www.ory.sh/docs/kratos/quickstart
  • Loading branch information
DawnImpulse authored Apr 27, 2024
1 parent 264395a commit 6d8ecab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ services:
- intranet
kratos-selfservice-ui-node:
image: oryd/kratos-selfservice-ui-node:v1.1.0
ports:
- '4455:3000'
environment:
- KRATOS_PUBLIC_URL=http://kratos:4433/
- KRATOS_BROWSER_URL=http://127.0.0.1:4433/
Expand Down

0 comments on commit 6d8ecab

Please sign in to comment.