summary refs log tree commit diff
path: root/docker/conf
diff options
context:
space:
mode:
authorCédric Laudrel <dek@iono.me>2018-10-25 16:36:07 +0200
committerdek <dek@iono.me>2018-10-25 20:03:47 +0200
commit379376e5e6ae242d9a69f0ec738758a649058a82 (patch)
tree145f6fe116052e2cfe3d3c14e86486ccd0001cd3 /docker/conf
parentMerge pull request #4072 from steamp0rt/patch-1 (diff)
downloadsynapse-379376e5e6ae242d9a69f0ec738758a649058a82.tar.xz
Make Docker image listening on ipv6 as well as ipv4
Signed-off-by: Cédric Laudrel <dek@iono.me>
Diffstat (limited to 'docker/conf')
-rw-r--r--docker/conf/homeserver.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/conf/homeserver.yaml b/docker/conf/homeserver.yaml

index a38b929f50..1b0f655d26 100644 --- a/docker/conf/homeserver.yaml +++ b/docker/conf/homeserver.yaml
@@ -21,7 +21,7 @@ listeners: {% if not SYNAPSE_NO_TLS %} - port: 8448 - bind_addresses: ['0.0.0.0'] + bind_addresses: ['::'] type: http tls: true x_forwarded: false @@ -34,7 +34,7 @@ listeners: - port: 8008 tls: false - bind_addresses: ['0.0.0.0'] + bind_addresses: ['::'] type: http x_forwarded: false