Remove --node-ip from setup instructions

Server can now traverse through Docker NAT via STUN
This commit is contained in:
David Zhao
2022-04-19 15:47:07 -07:00
parent 7a60278f64
commit 3af980d1f7
+1 -5
View File
@@ -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 <machine-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