Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compose.override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
database:
ports:
- target: 5432
published: 5432
published: ${DB_PORT:-5432}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe DATABASE_PORT for consistency with DATABASE_URL?

By the way, we should also use this new variable in DATABASE_URL in .env, otherwise the user will have to also override DATABASE_URL.

protocol: tcp
###< doctrine/doctrine-bundle ###

Expand Down