From 20ada918d63a24b00a6850f246254611149bd899 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Thu, 17 Apr 2025 20:31:01 +0100 Subject: [PATCH] fix(plausible): update healthcheck user to match database user closes #4 2/2 --- apps/plausible/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plausible/compose.yaml b/apps/plausible/compose.yaml index 3588b1d..b5acd8d 100644 --- a/apps/plausible/compose.yaml +++ b/apps/plausible/compose.yaml @@ -65,7 +65,7 @@ services: POSTGRES_USER: plausible POSTGRES_PASSWORD: plausible healthcheck: - test: ["CMD-SHELL", "pg_isready -U postgres"] + test: ["CMD-SHELL", "pg_isready -U plausible"] start_period: 1m profiles: - plausible