Skip to content

Commit

Permalink
fix: postgres startup error without password (#2822)
Browse files Browse the repository at this point in the history
  • Loading branch information
arslanashraf7 committed Nov 3, 2023
1 parent afed02a commit aedd5b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ x-extra-hosts:
services:
db:
image: postgres:11.16
environment:
POSTGRES_HOST_AUTH_METHOD: 'trust'
ports:
- "5432"

Expand Down

0 comments on commit aedd5b6

Please sign in to comment.