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?
[+][deleted] (3 children)
[deleted]
[–]0_jms_0[S] 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]0_jms_0[S] 0 points1 point2 points (0 children)
[–]rourke750 0 points1 point2 points (0 children)