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.
This commit is contained in:
parent
96a8c8fe1e
commit
61a9b1d6f4
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ services:
|
|||
memswap_limit: 1536mb
|
||||
read_only: true
|
||||
restart: always
|
||||
dns:
|
||||
- "1.1.1.1"
|
||||
security_opt:
|
||||
- no-new-privileges
|
||||
tmpfs:
|
||||
|
|
Loading…
Add table
Reference in a new issue