Fix db healthcheck

This commit is contained in:
Jef Roosens 2022-02-14 11:24:50 +01:00
parent bc89577be9
commit 6f4b6e8a0d
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30

View file

@ -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