There was an error while loading. Please reload this page.
1 parent e8146ad commit 419d6ccCopy full SHA for 419d6cc
docker-compose.yml
@@ -132,7 +132,7 @@ services:
132
postgres:
133
<<: *restart_policy
134
# Using the same postgres version as Sentry dev for consistency purposes
135
- image: "postgres:14.11-alpine"
+ image: "postgres:14.11"
136
healthcheck:
137
<<: *healthcheck_defaults
138
# Using default user "postgres" from sentry/sentry.conf.example.py or value of POSTGRES_USER if provided
0 commit comments