From a2639b54bdf802382ff6f52e3a3cebd4694b5556 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 10 Dec 2025 09:31:53 -0600 Subject: [PATCH] yaml list --- docs/docs/frigate/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/frigate/installation.md b/docs/docs/frigate/installation.md index 42e93c21c..a8271d055 100644 --- a/docs/docs/frigate/installation.md +++ b/docs/docs/frigate/installation.md @@ -172,7 +172,8 @@ In your `docker-compose.yml`, also add: ```yaml privileged: true -volumes: /run/mxa_manager:/run/mxa_manager +volumes: + - /run/mxa_manager:/run/mxa_manager ``` If you can't use Docker Compose, you can run the container with something similar to this: