fix postgres healtcheck

This commit is contained in:
Philipp Rothmann 2023-06-14 14:59:03 +02:00 committed by Christian Galo
parent 4714122197
commit 183becfd87
1 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ services:
secrets:
- db_password
healthcheck:
test: ["CMD-SHELL", "pg_isready"]
test: ["CMD-SHELL", "pg_isready", "-U", "nextcloud"]
interval: 10s
timeout: 5s
retries: 5