Skip to content
Snippets Groups Projects
Commit 379376e5 authored by Cédric Laudrel's avatar Cédric Laudrel Committed by dek
Browse files

Make Docker image listening on ipv6 as well as ipv4


Signed-off-by: default avatarCédric Laudrel <dek@iono.me>
parent 047ac0cb
No related branches found
No related tags found
No related merge requests found
Configure Docker image to listen on both ipv4 and ipv6.
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment