We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6538f47 commit 6979959Copy full SHA for 6979959
docker-compose.yml
@@ -61,6 +61,8 @@ services:
61
postgres:
62
<< : *restart_policy
63
image: 'postgres:9.6'
64
+ environment:
65
+ POSTGRES_HOST_AUTH_METHOD: 'trust'
66
volumes:
67
- 'sentry-postgres:/var/lib/postgresql/data'
68
zookeeper:
0 commit comments