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
This commit is contained in:
Sean Kelly 2023-01-26 23:16:11 -08:00 committed by GitHub
parent be2408b366
commit 8d2b8fb09d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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