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: