From 4a69cef1c7b423d33bd4fe1c48d70df982b22885 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Thu, 7 Nov 2024 09:41:36 +0000 Subject: [PATCH] apparently .well-known already has an ACAO from somewhere --- compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yml b/compose.yml index da441a5..f74d910 100644 --- a/compose.yml +++ b/compose.yml @@ -114,6 +114,7 @@ services: POSTGRES_USER: matrix # FIXME: use different username+passwords for synapse & MAS DBs. POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password POSTGRES_INITDB_ARGS: --encoding=UTF8 --locale=C + PGDATA: /var/lib/postgresql/data/data # otherwise it clashes with .gitkeep in the parent dir secrets: - postgres_password healthcheck: