From 72b0f11b726f47e63ffe89150b99b2c28d0cbfb7 Mon Sep 17 00:00:00 2001 From: VTerret Date: Tue, 31 Dec 2024 00:18:58 +0100 Subject: [PATCH] fix: 3892 missing parameter documentation (#4577) Co-authored-by: vterret --- docs/docs/documentation/getting-started/installation/postgres.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/documentation/getting-started/installation/postgres.md b/docs/docs/documentation/getting-started/installation/postgres.md index 21b9b7fb4..ebec14c6c 100644 --- a/docs/docs/documentation/getting-started/installation/postgres.md +++ b/docs/docs/documentation/getting-started/installation/postgres.md @@ -45,6 +45,7 @@ services: environment: POSTGRES_PASSWORD: mealie POSTGRES_USER: mealie + PGUSER: mealie healthcheck: test: ["CMD", "pg_isready"] interval: 30s