Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Make Docker image listening on ipv6 as well as ipv4
Browse files Browse the repository at this point in the history
Signed-off-by: Cédric Laudrel <dek@iono.me>
  • Loading branch information
Cédric Laudrel committed Oct 25, 2018
1 parent 047ac0c commit 379376e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/4089.feature
@@ -0,0 +1 @@
Configure Docker image to listen on both ipv4 and ipv6.
4 changes: 2 additions & 2 deletions docker/conf/homeserver.yaml
Expand Up @@ -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
Expand All @@ -34,7 +34,7 @@ listeners:

- port: 8008
tls: false
bind_addresses: ['0.0.0.0']
bind_addresses: ['::']
type: http
x_forwarded: false

Expand Down

0 comments on commit 379376e

Please sign in to comment.