From 8bcaa3f60f0a3a3791bf89f219129f0b572d3c83 Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Fri, 3 Mar 2023 18:28:49 +0100 Subject: [PATCH] Fix header hierarchy for dynamic stun/turn in docs --- docs/host-your-own.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/host-your-own.md b/docs/host-your-own.md index 31d3c5b..6209895 100644 --- a/docs/host-your-own.md +++ b/docs/host-your-own.md @@ -42,7 +42,7 @@ Set options by using the following flags in the `docker run` command: > Beware that the traffic routed via this fallback is readable by the server. Only ever use this on instances you can trust. > Additionally, beware that all traffic using this fallback debits the servers data plan. -#### Specify STUN/TURN Servers +##### Specify STUN/TURN Servers ```bash -e RTC_CONFIG="rtc_config.json" ```