From 34c02b45b2fac1dd2946b117d1ac99f3d2feaceb Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Sat, 25 Apr 2026 06:00:31 -0700 Subject: [PATCH] tweak readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d95cd00..5a9d1b1 100644 --- a/README.md +++ b/README.md @@ -89,10 +89,10 @@ On your LiveKit server you should also set up a webhook that points to `https:// ### Example -The below config file might be saved as `./config/my-relay.example.com` in order to route requests from `wss://my-relay.example.com` to this virtual relay. +The below config file might be saved as `./config/my-relay.example.com` in order to route requests from `wss://my-relay.example.com:3334` to this virtual relay. ```toml -host = "my-relay.example.com" +host = "my-relay.example.com:3334" schema = "my_relay" secret = "" @@ -156,7 +156,7 @@ See `justfile` for defined commands. Zooid can be run using an OCI container: ```sh -podman run -it \ +docker run -it \ -p 3334:3334 \ -v ./config:/app/config \ -v ./media:/app/media \