From 3af980d1f76aced630e3f45ac0bb3c1eb091a1fe Mon Sep 17 00:00:00 2001 From: David Zhao Date: Tue, 19 Apr 2022 15:47:07 -0700 Subject: [PATCH] Remove `--node-ip` from setup instructions Server can now traverse through Docker NAT via STUN --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 523eab86e..23998a20f 100644 --- a/README.md +++ b/README.md @@ -65,13 +65,9 @@ docker run --rm -p 7880:7880 \ -p 7882:7882/udp \ -v $PWD/livekit.yaml:/livekit.yaml \ livekit/livekit-server \ - --config /livekit.yaml \ - --node-ip + --config /livekit.yaml ``` -When running with docker, `--node-ip` needs to be set to your machine's IP address. If the service will be exposed to -the public Internet, this should the machine's public IP. - ### Test with example app Head over to the [example app](https://example.livekit.io) and enter the generated token to connect to your LiveKit