From 1e16a607cc6ffa4cda264ac49d25796cd698d173 Mon Sep 17 00:00:00 2001 From: Apfelwurm Date: Wed, 28 Jan 2026 01:32:08 +0100 Subject: [PATCH] fix postgres healthcheck --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 7412735..0043d74 100644 --- a/compose.yml +++ b/compose.yml @@ -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