From 8d2b8fb09d4ada2cf5db6c3886fa174bf0dfcb4a Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Thu, 26 Jan 2023 23:16:11 -0800 Subject: [PATCH] Update docker-compose example for config rw Now that there is a UI for config editing/saving, I had to change this locally, so figured we might want to change the example --- docs/docs/frigate/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/frigate/installation.md b/docs/docs/frigate/installation.md index 5a6d02eb7..f456d6aae 100644 --- a/docs/docs/frigate/installation.md +++ b/docs/docs/frigate/installation.md @@ -117,7 +117,7 @@ services: - /dev/dri/renderD128 # for intel hwaccel, needs to be updated for your hardware volumes: - /etc/localtime:/etc/localtime:ro - - /path/to/your/config.yml:/config/config.yml:ro + - /path/to/your/config.yml:/config/config.yml:rw - /path/to/your/storage:/media/frigate - type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear target: /tmp/cache