From b15956b678ebf8ec39de70fc3103e582bfa1f4f8 Mon Sep 17 00:00:00 2001 From: Seungmin Kim <8457324+ehfd@users.noreply.github.com> Date: Sun, 3 Nov 2024 16:35:42 +0900 Subject: [PATCH] Minor edit --- docs/start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start.md b/docs/start.md index e68a891a..e1c8e186 100644 --- a/docs/start.md +++ b/docs/start.md @@ -84,7 +84,7 @@ Instructions are available in the [Example Container](component.md#example-conta **(MANDATORY) Follow the instructions from [WebRTC and Firewall Issues](firewall.md) in order to make the container or self-hosted standalone instance using an external TURN server.** -A TURN server is required if trying to use this project inside a DockerĀ® or Kubernetes container without `--network=host`, or in other cases where the HTML5 web interface loads but the connection fails. This is required for all WebRTC applications, especially since Selkies-GStreamer is self-hosted, unlike other proprietary services which provide a TURN server for you. +A TURN server is required if trying to use this project inside a DockerĀ® or Kubernetes container without `--network=host` or `hostNetwork: true`, or in other cases where the HTML5 web interface loads but the connection fails. This is required for all WebRTC applications, especially since Selkies-GStreamer is self-hosted, unlike other proprietary services which provide a TURN server for you. ## Advanced Install