fix postgres healthcheck #4

Open
Apfelwurm wants to merge 1 commits from fix/postgreshealthcheck into master

View File

@ -168,7 +168,7 @@ services:
secrets:
- db_password
healthcheck:
test: ["CMD", "pg_isready", "-U", "zammad"]
test: ["CMD", "pg_isready", "-U", "zammad", "-d", "zammad_production"]
interval: 30s
timeout: 10s
retries: 10