add note on exposed ports

This commit is contained in:
Girish Ramakrishnan
2020-04-02 18:09:26 -07:00
parent a03c0e4475
commit e821733a58

View File

@@ -1375,6 +1375,7 @@ function startTurn(existingInfra, callback) {
if (existingInfra.version === infra.version && existingInfra.images.turn && infra.images.turn.tag === existingInfra.images.turn.tag) return callback();
// this exports 3478/tcp, 5349/tls and 50000-51000/udp
const cmd = `docker run --restart=always -d --name="turn" \
--hostname turn \
--net host \