Fix db healthcheck
parent
bc89577be9
commit
6f4b6e8a0d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue