Skip to content

Commit cdede00

Browse files
committed
New pg image requires password or auth_method be set
1 parent a839b10 commit cdede00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ services:
3232
POSTGRES_USER: "${USER}"
3333
POSTGRES_PASSWORD: ""
3434
POSTGRES_DB: "pyslackers_dev"
35+
POSTGRES_HOST_AUTH_METHOD: "trust"
3536

3637
volumes:
3738
tox-data: {}

0 commit comments

Comments
 (0)