Skip to content

Commit

Permalink
minor improvements to fix docker compose port
Browse files Browse the repository at this point in the history
  • Loading branch information
pitabwire committed Jan 15, 2025
1 parent 70598f8 commit 4245aa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests_runner/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- POSTGRES_PASSWORD=secret
- POSTGRES_DB=framedatabase
ports:
- 5431:5432
- "5431:5432"

keto-migrate:
container_name: frame_keto_migration
Expand Down Expand Up @@ -37,6 +37,6 @@ services:
volumes:
- ./keto.yaml:/home/ory/keto.yml
ports:
- 4466:4466
- 4467:4467
- "4466:4466"
- "4467:4467"

0 comments on commit 4245aa0

Please sign in to comment.