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:
		@@ -61,6 +61,8 @@ services:
 | 
				
			|||||||
  postgres:
 | 
					  postgres:
 | 
				
			||||||
    << : *restart_policy
 | 
					    << : *restart_policy
 | 
				
			||||||
    image: 'postgres:9.6'
 | 
					    image: 'postgres:9.6'
 | 
				
			||||||
 | 
					    environment:
 | 
				
			||||||
 | 
					      POSTGRES_HOST_AUTH_METHOD: 'trust'
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - 'sentry-postgres:/var/lib/postgresql/data'
 | 
					      - 'sentry-postgres:/var/lib/postgresql/data'
 | 
				
			||||||
  zookeeper:
 | 
					  zookeeper:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user