diff --git a/docs/self-hosting.md b/docs/self-hosting.md index 61270b38a..294175e93 100644 --- a/docs/self-hosting.md +++ b/docs/self-hosting.md @@ -16,7 +16,7 @@ If you would like to learn more about the architecture please refer to the [Wire - Any Linux OS. - Docker Compose installed (see [Install Docker Compose](https://docs.docker.com/compose/install/)). - Domain name pointing to the public IP address of your server. -- Open ports ```443, 33071, 33073, 3468``` (Dashboard, Management HTTP API, Management gRpc API, Coturn STUN/TURN respectively) on your server. +- Open ports ```443, 33071, 33073, 3478``` (Dashboard, Management HTTP API, Management gRpc API, Coturn STUN/TURN respectively) on your server. - Maybe a cup of coffee or tea :) ### Step-by-step guide diff --git a/infrastructure_files/management.json.tmpl b/infrastructure_files/management.json.tmpl index 30b4bb57d..439109ece 100644 --- a/infrastructure_files/management.json.tmpl +++ b/infrastructure_files/management.json.tmpl @@ -2,7 +2,7 @@ "Stuns": [ { "Proto": "udp", - "URI": "stun:$WIRETRUSTEE_DOMAIN:3468", + "URI": "stun:$WIRETRUSTEE_DOMAIN:3478", "Username": "", "Password": null } @@ -11,7 +11,7 @@ "Turns": [ { "Proto": "udp", - "URI": "turn:$WIRETRUSTEE_DOMAIN:3468", + "URI": "turn:$WIRETRUSTEE_DOMAIN:3478", "Username": "", "Password": null }