Skip to content

Commit

Permalink
Allow empty postgres password. Fixes #22
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnharvey committed May 8, 2020
1 parent 86fc00b commit 9c9bbb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ services:
ports:
- 5432:5432

environment:
- POSTGRES_HOST_AUTH_METHOD=trust

networks:
app_net:
ipv4_address: 10.0.10.15
Expand Down

0 comments on commit 9c9bbb6

Please sign in to comment.