From a73df6cc878aaa021ad36e8e0781bb4fb8a9f7e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20Devos?= Date: Thu, 12 Aug 2021 19:57:25 +0000 Subject: [PATCH] Reflect https://github.com/iv-org/invidious/pull/2296 --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 41baebf..66eb1ac 100644 --- a/Installation.md +++ b/Installation.md @@ -64,7 +64,7 @@ services: POSTGRES_USER: kemal POSTGRES_PASSWORD: kemal healthcheck: - test: ["CMD", "pg_isready", "-U", "postgres"] + test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER"] invidious: image: quay.io/invidious/invidious:latest restart: always