From 56b3d4a03c25278302d60b3d79277262a9c0dc15 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Thu, 10 Aug 2023 23:33:50 +0200 Subject: [PATCH] synapse : fix healthcheck postgresql --- podman-matrix/container-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-matrix/container-compose.yml b/podman-matrix/container-compose.yml index e6c7601..5fb97a9 100644 --- a/podman-matrix/container-compose.yml +++ b/podman-matrix/container-compose.yml @@ -6,7 +6,7 @@ services: volumes: - matrixdotorg_synapse-pgsql:/var/lib/postgresql/data/:Z healthcheck: - test: ["CMD-SHELL", "pg_isready -U postgres"] + test: ["CMD-SHELL", "pg_isready -U synapse"] interval: 5s timeout: 5s retries: 5