Merge branch 'mqtt-motion-detector' of github.com:NickM-27/frigate into mqtt-motion-detector

This commit is contained in:
Nick Mowen 2022-05-01 11:21:50 -06:00
commit 488724159f

View File

@ -12,9 +12,9 @@ services:
build:
context: .
dockerfile: docker/Dockerfile.dev
#devices:
# - /dev/bus/usb:/dev/bus/usb
# - /dev/dri:/dev/dri # for intel hwaccel, needs to be updated for your hardware
devices:
- /dev/bus/usb:/dev/bus/usb
- /dev/dri:/dev/dri # for intel hwaccel, needs to be updated for your hardware
volumes:
- /etc/localtime:/etc/localtime:ro
- .:/lab/frigate:cached