From c47deeeb6b48c0f5ccbde9e3b89805a627e4c421 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Thu, 10 Aug 2023 23:37:49 +0200 Subject: [PATCH] synapse : pas de rapport entre le nom du container et les parametres de la DB --- podman-matrix/10_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/podman-matrix/10_install.sh b/podman-matrix/10_install.sh index e537291..ffde943 100755 --- a/podman-matrix/10_install.sh +++ b/podman-matrix/10_install.sh @@ -22,8 +22,8 @@ fi cat <> .env POSTGRES_PASSWORD=${GARBAYE_MATRIX_POSTGRES_PASSWORD} -POSTGRES_USER=${container_name} -POSTGRES_DB=${container_name} +POSTGRES_USER=synapse +POSTGRES_DB=synapse POSTGRES_INITDB_ARGS=--encoding=UTF8 --locale=C EOT