fix(deploy template): fix FATAL: "root"... message

This commit is contained in:
DecDuck
2024-12-26 12:34:10 +11:00
parent 2c19e13c09
commit dbb315a8d7

View File

@ -4,7 +4,7 @@ services:
ports:
- 5432:5432
healthcheck:
test: ["CMD-SHELL", "pg_isready", "-d", "postgres"]
test: pg_isready -d drop -U drop
interval: 30s
timeout: 60s
retries: 5