Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Latest postgres containers require a password or a host trust, so adding a trust to avoid the db container dying off with a 'no password' error.
  • Loading branch information
thorucsd authored Feb 12, 2021
1 parent 41ea669 commit ab2bc22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ services:
- FEDORA_DB_PASSWORD
- PGDATA=/data
- POSTGRES_USER=postgres
- POSTGRES_HOST_AUTH_METHOD=trust
fedora:
image: avalonmediasystem/fedora:4.7.5
build:
Expand Down

0 comments on commit ab2bc22

Please sign in to comment.