fix(deploy template): fix FATAL: "root"... message
This commit is contained in:
parent
2c19e13c09
commit
dbb315a8d7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue