gitea : fix healthcheck postgresql

This commit is contained in:
Gitouche 2023-08-10 23:34:49 +02:00
parent 56b3d4a03c
commit 80dc6bc895
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ services:
volumes:
- gitea-pgsql:/var/lib/postgresql/data:Z
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
test: ["CMD-SHELL", "pg_isready -U gitea"]
interval: 5s
timeout: 5s
retries: 5