Hey guys,
I have an issue with updating as well. Actually earlier today i just clicked "update all containers" and left. After beeing back every docker was updated as usual and I was happy. A little later I realized the frigate container was not showing anymore - just gone. When checking for breaking changes I came here and found out, a little config tweeking will be needed. But actually, my container does not startup anymore at all.
docker run
-d
--name='frigate'
--net='bridge'
-e TZ="Europe/Berlin"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="KAL-NAS"
-e HOST_CONTAINERNAME="frigate"
-e 'FRIGATE_RTSP_PASSWORD'='xxxxxx'
-e 'PLUS_API_KEY'=''
-e 'LIBVA_DRIVER_NAME'='radeonsi'
-e 'NVIDIA_VISIBLE_DEVICES'=''
-e 'NVIDIA_DRIVER_CAPABILITIES'=''
-e 'YOLO_MODELS'=''
-e 'USE_FP16'=''
-e 'TRT_MODEL_PREP_DEVICE'=''
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.webui='http://[IP]:[PORT:8971]'
-l net.unraid.docker.icon='https://raw.githubusercontent.com/yayitazale/unraid-templates/main/frigate.png'
-p '8971:8971/tcp'
-p '8554:8554/tcp'
-p '5000:5000/tcp'
-p '8555:8555/tcp'
-p '8555:8555/udp'
-v '/mnt/user/appdata/frigate':'/config':'rw'
-v '/mnt/user/Media/frigate':'/media/frigate':'rw'
-v '/etc/localtime':'/etc/localtime':'rw'
--device=''
--device=''
--shm-size=256mb
--mount type=tmpfs,target=/tmp/cache,tmpfs-size=1000000000
--restart unless-stopped 'ghcr.io/blakeblackshear/frigate:stable'
docker: bad format for path: .
See 'docker run --help'.
The command failed.
Now ChatGPT helped me out to understand, that empty --device parameters are the issue here. Ofcourse I could run this command now directly in Docker without those two empty parameters, but I am note sure what that would mean for future updates of the container, so I would like to stick to the "normal" Unraid installation process. On the other hand I am note sure what to do, as I am note able to find out, which parameters dockers show me are relevant for those two entries. There are severall more in the container setup mask, that I am not using. Are there two parameters not marked as optional that should be marked so?
Thanks in advance!
BR
Mario
[edit]
I understood that I have to re-install from the apps section and tried just that. Another idea that pops up for me - as Frigate is not showing anymore in the docker tab I am not able to delete the old entry anymore. May this cause the issue?