I should also mention so far I am using the comman...
# helpdesk
l
I should also mention so far I am using the command
Copy code
docker run --rm -p 7880:7880 \
    -p 7881:7881 \
    -p 7882:7882/udp \
    -v $PWD/livekit.yaml:/livekit.yaml \
    livekit/livekit-server \
    --config /livekit.yaml \
    --node-ip 127.0.0.1
to run but due to my inexperience I am not sure that what I am getting is correct