mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-26 11:31:28 +08:00
allow logger daemon process to be killed with the main thread, thus allowing us to continue logging during shutdown
This commit is contained in:

committed by
Blake Blackshear

parent
3a171d19e3
commit
482399d82f
@@ -14,6 +14,10 @@ services:
|
||||
- .:/opt/frigate:cached
|
||||
- ./config/config.yml:/config/config.yml:ro
|
||||
- ./debug:/media/frigate
|
||||
- type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
|
||||
target: /tmp/cache
|
||||
tmpfs:
|
||||
size: 1000000000
|
||||
ports:
|
||||
- "1935:1935"
|
||||
- "5000:5000"
|
||||
|
Reference in New Issue
Block a user