From d32d8e69a50814801917d1c0833bb6b7fc6f0849 Mon Sep 17 00:00:00 2001 From: vajonam <152501+vajonam@users.noreply.github.com> Date: Sun, 4 Jun 2023 11:40:55 -0400 Subject: [PATCH] Update advanced.md for go2rtc Include note to explicity map go2rtc --- docs/docs/configuration/advanced.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs/configuration/advanced.md b/docs/docs/configuration/advanced.md index 8404c3cf0..a12408f03 100644 --- a/docs/docs/configuration/advanced.md +++ b/docs/docs/configuration/advanced.md @@ -119,3 +119,11 @@ To do this: 2. Rename the build to `go2rtc`. 3. Give `go2rtc` execute permission. 4. Restart Frigate and the custom version will be used, you can verify by checking go2rtc logs. + +NOTE: if using the docker/docker-compose [instructions](https://docs.frigate.video/frigate/installation) you will also need to mount/map go2rtc to `/config/go2etc`, by default instrcutions for docker only map specific files + +eg: (docker-compose) +``` + - /path/to/go2rtc:/config/go2rtc +``` +