From 5eb90153edce53a0804c9f5b68e283812cb2d1e9 Mon Sep 17 00:00:00 2001 From: CoolnsX Date: Sat, 27 Sep 2025 13:28:57 +0530 Subject: [PATCH] Committing fixes in the dark, seriously, who killed my power!? --- matrix/synapse_db.container | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix/synapse_db.container b/matrix/synapse_db.container index a1bbf28..b5a8bf8 100644 --- a/matrix/synapse_db.container +++ b/matrix/synapse_db.container @@ -12,7 +12,7 @@ AutoUpdate=registry # pass this to attach it to container Environment=POSTGRES_PASSWORD=${POSTGRES_PASSWORD} Environment=POSTGRES_USER=${POSTGRES_USER} -Environment=POSTGRES_INITDB_ARGS=--encoding=UTF-8 --lc-collate=C --lc-ctype=C +Environment=POSTGRES_INITDB_ARGS='--encoding=UTF-8 --lc-collate=C --lc-ctype=C' Volume=%h/podman/matrix/database:/var/lib/postgresql/data