From 9d35b2ad7a35ec49cfa4a9cdf4291db6152f46f8 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 4 Nov 2024 03:03:45 +0000 Subject: [PATCH] fix username for pg_isready --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 478c051..05160e3 100644 --- a/compose.yml +++ b/compose.yml @@ -93,7 +93,7 @@ services: secrets: - postgres_password healthcheck: - test: ["CMD-SHELL", "pg_isready"] + test: ["CMD-SHELL", "pg_isready -U matrix"] start_period: "1s" interval: "1s" timeout: "5s"