Update docs/docs/configuration/live.md

This commit is contained in:
Felipe Santos 2023-01-14 14:35:19 -03:00 committed by GitHub
parent 45394990d4
commit 12956b7b3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: 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: volumes:
- /path/to/your/go2rtc.yaml:/config/frigate-go2rtc.yaml - /path/to/your/go2rtc.yaml:/config/frigate-go2rtc.yaml
``` ```