I am going through this Google Coral USB + Frigate + PROXMOX - #74 by DDAVE
I am trying to compile the stack inside portainer with this code:
#######################FRIGATE
version: '1.0'
services:
frigate:
container_name: frigate
image: blakeblackshear/frigate:stable-amd64
restart: always
devices:
- /dev/bus/usb:/dev/bus/usb
volumes:
- /etc/localtime:/etc/localtime
- /home/frigate/config.yml:/config/config.yml:ro
ports:
- 5000:5000
- 1935:1935
environment:
FRIGATE RTSP PASSWORD: "--------"
but after some minutes it return a veeeery long error that ends like this "ror response from daemon: error gathering device information while adding custom device “/dev/bus/usb”: no such file or directory ".
Please, anyone has a solution?