mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
revert changes to docker-compose.yml
This commit is contained in:
parent
848c2da5df
commit
2da45ef883
@ -11,11 +11,10 @@ services:
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- .:/lab/frigate:cached
|
||||
- ./config/config.yml:/config/config.yml:rw
|
||||
- ./config/config.yml:/config/config.yml:ro
|
||||
- ./debug:/media/frigate
|
||||
- ./frigate:/opt/frigate/frigate
|
||||
#- /dev/bus/usb:/dev/bus/usb
|
||||
#- /dev/dri:/dev/dri # for intel hwaccel, needs to be updated for your hardware
|
||||
- /dev/bus/usb:/dev/bus/usb
|
||||
- /dev/dri:/dev/dri # for intel hwaccel, needs to be updated for your hardware
|
||||
ports:
|
||||
- "1935:1935"
|
||||
- "5000:5000"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user