We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72f849 commit e5bc194Copy full SHA for e5bc194
1 file changed
compose.yaml
@@ -21,7 +21,7 @@ services:
21
start_period: 30s
22
test: ["CMD-SHELL", "pg_isready -U $${POSTGRES_USER} -d $${POSTGRES_DB}"]
23
timeout: 10s
24
- image: postgres:18-alpine@sha256:9f059ad9d0a772eafe6313b2dad617234a455f82578a5ce12c23e17c8e5e64eb
+ image: postgres:18-alpine@sha256:fbe586b342d1bcac6d4f3d0e12453a0e3b48369943fdac6658447e1dbe788565
25
ports:
26
- ${POSTGRES_PORT:-5432}:${POSTGRES_PORT:-5432}
27
restart: unless-stopped
0 commit comments