We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8d137 commit 82e9f18Copy full SHA for 82e9f18
compose.yaml
@@ -51,7 +51,7 @@ services:
51
POSTGRES_USER: "${POSTGRES_USER}"
52
POSTGRES_PASSWORD: "${POSTGRES_PASSWORD}"
53
# POSTGRES_DB: "${POSTGRES_DB}"
54
- image: "postgres:18.0-bookworm"
+ image: "postgres:18.0-trixie"
55
profiles: ["postgres"]
56
restart: "${DOCKER_RESTART_POLICY:-unless-stopped}"
57
stop_grace_period: "3s"
0 commit comments