Skip to content

Commit

Permalink
Set postgres docker-compose port to 5432 (default) (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vija02 authored Mar 10, 2024
1 parent 3358016 commit 16dd608
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
environment:
- DB_CONNECTION=pgsql
- DB_HOST=database
- DB_PORT=5432
- DB_USERNAME=koel
- DB_PASSWORD=<koel_password>
- DB_DATABASE=koel
Expand Down

0 comments on commit 16dd608

Please sign in to comment.