From 61a9b1d6f4314e21bb4e5685ca469e0a0b44571c Mon Sep 17 00:00:00 2001 From: Saibotk Date: Wed, 14 Aug 2024 03:51:41 +0200 Subject: [PATCH] fix(matrix): Synapse DNS oauth check somehow synapse always has trouble resolving our SSO domain. Seems to be a race condition type of thingy. This should solve it for now. --- roles/matrix/templates/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/matrix/templates/docker-compose.yml b/roles/matrix/templates/docker-compose.yml index f144f41..f7f4730 100644 --- a/roles/matrix/templates/docker-compose.yml +++ b/roles/matrix/templates/docker-compose.yml @@ -27,6 +27,8 @@ services: memswap_limit: 1536mb read_only: true restart: always + dns: + - "1.1.1.1" security_opt: - no-new-privileges tmpfs: