chore: Style

This commit is contained in:
Jade Ellis
2026-02-11 20:49:51 +00:00
parent 2f6b7c7a40
commit 7fec48423a
2 changed files with 1 additions and 4 deletions
+1 -2
View File
@@ -10,7 +10,7 @@ This guide assumes that you are using docker compose for deployment. LiveKit onl
LiveKit should live on its own domain or subdomain. In this guide we use `livekit.example.com` - this should be replaced with a domain you control.
Make sure the DNS record for the (dub)domain you plan to use is pointed to your server.
Make sure the DNS record for the (sub)domain you plan to use is pointed to your server.
### 2. Services
@@ -113,7 +113,6 @@ By default, all routes should be forwarded to Livekit with the exception of the
- `/healthz`
- `/get_token`
### 6. Start Everything
Start up the services using your usual method - for example `docker compose up -d`.