Skip to content

Commit 6979959

Browse files
committed
fix(postgres): Fix postgres suddenly failing after their 'patch' release
See docker-library/postgres#658 (review)
1 parent 6538f47 commit 6979959

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ services:
6161
postgres:
6262
<< : *restart_policy
6363
image: 'postgres:9.6'
64+
environment:
65+
POSTGRES_HOST_AUTH_METHOD: 'trust'
6466
volumes:
6567
- 'sentry-postgres:/var/lib/postgresql/data'
6668
zookeeper:

0 commit comments

Comments
 (0)