Fix db healthcheck

master
Jef Roosens 2022-02-14 11:24:50 +01:00
parent bc89577be9
commit 6f4b6e8a0d
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 1 additions and 1 deletions

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