From c4c37d0c3daaeaf6077a3cd54936783f7b152df8 Mon Sep 17 00:00:00 2001 From: winyadepla Date: Mon, 2 Feb 2026 17:29:18 +0000 Subject: [PATCH] Update matrix_rtc.md for clarity --- docs/matrix_rtc.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/matrix_rtc.md b/docs/matrix_rtc.md index 56b3a131..6bb73c04 100644 --- a/docs/matrix_rtc.md +++ b/docs/matrix_rtc.md @@ -299,6 +299,7 @@ turn: ``` It is strongly recommended that you use `network_mode: "host"`; however if it is necessary to specify port mappings, the following ports should be added to `matrix-rtc-livekit` in your `compose.yaml`: ``` +ports: - 3478:3478/udp - 50300-65535:50300-65535/udp ``` @@ -314,6 +315,7 @@ Some WebRTC software will not accept certificates provided by Let's Encrypt. It 3. Add the certificates as volumes for `matrix-rtc-livekit` in your `compose.yaml`. For example: ``` +volumes: - ./certs/privkey.pem:/certs/privkey.pem:ro - ./certs/fullchain.pem:/certs/fullchain.pem:ro ``` @@ -332,6 +334,7 @@ turn: ``` 5. It is strongly recommended that you use `network_mode: "host"`; however if it is necessary to specify port mappings, the following ports should be added to `matrix-rtc-livekit` in your `compose.yaml`: ``` +ports: - 3478:3478/udp - 5349:5349/tcp - 50300-65535:50300-65535/udp