From 3c77cd2135e2ae14c056f1ee0a52d08af218bca7 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Mon, 11 Oct 2021 21:34:53 +0200 Subject: [PATCH] Fix `Role "kemal" does not exist` (#154) --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index d6e9337..34ee247 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"] + test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER $$POSTGRES_DB"] invidious: image: quay.io/invidious/invidious:latest restart: always