Skip to content
Snippets Groups Projects
Unverified Commit 6cb2e244 authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Merge pull request #4089 from dekonnection/master

Make Docker image listen on ipv6 as well as ipv4
parents cb53ce9d 379376e5
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