mirror of
https://github.com/livekit/livekit.git
synced 2026-06-07 02:21:58 +00:00
Remove --node-ip from setup instructions
Server can now traverse through Docker NAT via STUN
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user