Skip to content

Commit

Permalink
fix(postgres): Fix postgres suddenly failing after their 'patch' release
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK committed Feb 14, 2020
1 parent 6538f47 commit 6979959
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6979959

Please sign in to comment.