You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2026-01-03 21:42:32 +03:00
avoid ipv6, see if that makes buildkite happy
This commit is contained in:
@@ -172,7 +172,7 @@ listeners:
|
||||
#
|
||||
- port: {{SYNAPSE_PORT}}
|
||||
tls: false
|
||||
bind_addresses: ['::1', '127.0.0.1']
|
||||
bind_addresses: ['127.0.0.1']
|
||||
type: http
|
||||
x_forwarded: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user