mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-03-26 11:50:58 +03:00
fix username for pg_isready
This commit is contained in:
@@ -93,7 +93,7 @@ services:
|
|||||||
secrets:
|
secrets:
|
||||||
- postgres_password
|
- postgres_password
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready"]
|
test: ["CMD-SHELL", "pg_isready -U matrix"]
|
||||||
start_period: "1s"
|
start_period: "1s"
|
||||||
interval: "1s"
|
interval: "1s"
|
||||||
timeout: "5s"
|
timeout: "5s"
|
||||||
|
|||||||
Reference in New Issue
Block a user