From 9bcfb51d170d2a07fb6447f35b521aef52543593 Mon Sep 17 00:00:00 2001 From: hirn-lego <93935175+hirn-lego@users.noreply.github.com> Date: Mon, 8 Nov 2021 22:54:45 +0000 Subject: [PATCH] Added -d parameter for dbname to postgres-container healthcheck (#161) Co-authored-by: Sebastian --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 064978e..b7ae37a 100644 --- a/Installation.md +++ b/Installation.md @@ -63,7 +63,7 @@ services: POSTGRES_USER: kemal POSTGRES_PASSWORD: kemal healthcheck: - test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER $$POSTGRES_DB"] + test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"] invidious: image: quay.io/invidious/invidious:latest restart: always