1
0
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:
Bruno Windels
2019-04-09 14:58:54 +02:00
parent bdd7191c1c
commit d1df0d98c6

View File

@@ -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