turn: add note

This commit is contained in:
Girish Ramakrishnan
2020-11-25 10:19:01 -08:00
parent e511b70d8f
commit 3a0b9d7b3b

View File

@@ -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 \