vaultwarden : fix healthcheck postgresql

This commit is contained in:
Gitouche 2023-08-10 23:35:55 +02:00
parent 80dc6bc895
commit 17be38591e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ services:
volumes:
- database:${database_path}:Z
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
test: ["CMD-SHELL", "pg_isready -U vaultwarden"]
interval: 5s
timeout: 5s
retries: 5