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