Skip to content

Commit

Permalink
docker port changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shimilgithub committed Feb 9, 2024
1 parent 6688f1c commit c027d97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,10 +293,10 @@ services:
- kratos-migrate
image: oryd/kratos:v1.0.0
ports:
- "4433:4433" # public
- "4443:4433" # public
- "4444:4434" # admin
expose:
- 4433
- 4443
- 4444
restart: unless-stopped
environment:
Expand Down

0 comments on commit c027d97

Please sign in to comment.