mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
docker-compose.yml: remove :ro
for config.yml
(#6086)
This should be editable by default from the UI
This commit is contained in:
parent
6986949d84
commit
a218d2f6ff
@ -27,7 +27,7 @@ services:
|
|||||||
- .:/workspace/frigate:cached
|
- .:/workspace/frigate:cached
|
||||||
- ./web/dist:/opt/frigate/web:cached
|
- ./web/dist:/opt/frigate/web:cached
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- ./config/config.yml:/config/config.yml:ro
|
- ./config/config.yml:/config/config.yml
|
||||||
- ./debug:/media/frigate
|
- ./debug:/media/frigate
|
||||||
# Create the trt-models folder using the documented method of generating TRT models
|
# Create the trt-models folder using the documented method of generating TRT models
|
||||||
# - ./debug/trt-models:/trt-models
|
# - ./debug/trt-models:/trt-models
|
||||||
|
Loading…
Reference in New Issue
Block a user