From 6f4b6e8a0d99cba0092a2e137a813ebd10a75a2d Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Mon, 14 Feb 2022 11:24:50 +0100 Subject: [PATCH] Fix db healthcheck --- stacks/nextcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/nextcloud.yml b/stacks/nextcloud.yml index b0bd5d3..64e245a 100644 --- a/stacks/nextcloud.yml +++ b/stacks/nextcloud.yml @@ -50,7 +50,7 @@ services: image: 'postgres:14.2-alpine' healthcheck: - test: pg_isready + test: pg_isready -U nextcloud interval: 30s timeout: 5s retries: 3