2
0

fix(postgres): Fix postgres suddenly failing after their 'patch' release

See
https://github.com/docker-library/postgres/pull/658#pullrequestreview-336007842
This commit is contained in:
Burak Yigit Kaya 2020-02-15 01:39:49 +03:00
parent 6538f47288
commit 6979959a71
No known key found for this signature in database
GPG Key ID: C2F03C406631065D

View File

@ -61,6 +61,8 @@ services:
postgres:
<< : *restart_policy
image: 'postgres:9.6'
environment:
POSTGRES_HOST_AUTH_METHOD: 'trust'
volumes:
- 'sentry-postgres:/var/lib/postgresql/data'
zookeeper: