docker-compose.yml: remove :ro for config.yml (#6086)

This should be editable by default from the UI
This commit is contained in:
Kevin David 2023-04-15 08:22:55 -04:00 committed by GitHub
parent 6986949d84
commit a218d2f6ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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