We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e722b commit f8afbedCopy full SHA for f8afbed
docker-compose.yml
@@ -28,7 +28,7 @@ services:
28
# https://docs.sourcebot.dev/docs/configuration/environment-variables
29
30
postgres:
31
- image: docker.io/postgres:${POSTGRES_VERSION:-latest}
+ image: docker.io/postgres:${POSTGRES_VERSION:-17}
32
restart: always
33
healthcheck:
34
test: ["CMD-SHELL", "pg_isready -U postgres"]
0 commit comments