fix username for pg_isready

This commit is contained in:
Matthew Hodgson
2024-11-04 03:03:45 +00:00
parent 003e4101c4
commit 9d35b2ad7a

View File

@@ -93,7 +93,7 @@ services:
secrets:
- postgres_password
healthcheck:
test: ["CMD-SHELL", "pg_isready"]
test: ["CMD-SHELL", "pg_isready -U matrix"]
start_period: "1s"
interval: "1s"
timeout: "5s"