turn: add note
This commit is contained in:
@@ -1589,7 +1589,7 @@ function startTurn(existingInfra, callback) {
|
|||||||
const memoryLimit = 256;
|
const memoryLimit = 256;
|
||||||
const realm = settings.adminFqdn();
|
const realm = settings.adminFqdn();
|
||||||
|
|
||||||
// this exports 3478/tcp, 5349/tls and 50000-51000/udp
|
// this exports 3478/tcp, 5349/tls and 50000-51000/udp. note that this runs on the host network!
|
||||||
const cmd = `docker run --restart=always -d --name="turn" \
|
const cmd = `docker run --restart=always -d --name="turn" \
|
||||||
--hostname turn \
|
--hostname turn \
|
||||||
--net host \
|
--net host \
|
||||||
|
|||||||
Reference in New Issue
Block a user