From e86398d464c81c2b42ddbec8b6f9d9d5068efe16 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 fced952..ea2ad4c 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 -- 2.49.0