From 12956b7b3dcc1c4c506d0f336f406df3e339a389 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Sat, 14 Jan 2023 14:35:19 -0300 Subject: [PATCH] Update docs/docs/configuration/live.md --- docs/docs/configuration/live.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/live.md b/docs/docs/configuration/live.md index 08120f719..cec16751a 100644 --- a/docs/docs/configuration/live.md +++ b/docs/docs/configuration/live.md @@ -36,7 +36,7 @@ WebRTC works by creating a TCP or UDP connection on port `8555`. However, it req 3. Mount this config file at `/config/frigate-go2rtc.yaml`. Here is an example, if you run Frigate through docker-compose: - ```yaml + ```yaml title="docker-compose.yaml" volumes: - /path/to/your/go2rtc.yaml:/config/frigate-go2rtc.yaml ```