Skip to content

Commit

Permalink
fix: missing 4455 port update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Burtey committed Nov 14, 2023
1 parent a824a36 commit 2c0162f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quickstart/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
oathkeeper:
image: oryd/oathkeeper:v0.40.6-distroless
ports:
- 4002:4455
- 4455:4455
- 4456:4456
command: serve -c /home/ory/oathkeeper.yml --sqa-opt-out
volumes:
Expand Down
2 changes: 1 addition & 1 deletion quickstart/galoy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ services:
oathkeeper:
image: oryd/oathkeeper:v0.40.6-distroless
ports:
- "4002:4455"
- "4455:4455"
- "4456:4456"
extra_hosts:
- "bats-tests:host-gateway"
Expand Down

0 comments on commit 2c0162f

Please sign in to comment.