tweak readme
Docker / build-and-push-image (push) Successful in 4m20s

This commit is contained in:
Jon Staab
2026-04-25 06:00:31 -07:00
parent 9960a0fae8
commit 34c02b45b2
+3 -3
View File
@@ -89,10 +89,10 @@ On your LiveKit server you should also set up a webhook that points to `https://
### Example ### 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 ```toml
host = "my-relay.example.com" host = "my-relay.example.com:3334"
schema = "my_relay" schema = "my_relay"
secret = "<hex private key>" secret = "<hex private key>"
@@ -156,7 +156,7 @@ See `justfile` for defined commands.
Zooid can be run using an OCI container: Zooid can be run using an OCI container:
```sh ```sh
podman run -it \ docker run -it \
-p 3334:3334 \ -p 3334:3334 \
-v ./config:/app/config \ -v ./config:/app/config \
-v ./media:/app/media \ -v ./media:/app/media \