hi iget docker run -d --name='frigate' --net='bridge' --pids-limit 2048 -e TZ="Europe/Budapest" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Kronos" -e HOST_CONTAINERNAME="frigate" -e 'FRIGATE_RTSP_PASSWORD'='mypassword' -e 'PLUS_API_KEY'='' -e 'LIBVA_DRIVER_NAME'='radeonsi' -e 'NVIDIA_VISIBLE_DEVICES'='' -e 'NVIDIA_DRIVER_CAPABILITIES'='' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8971]' -l net.unraid.docker.icon='' -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':'ro' --device='' --device='/dev/dri/renderD128' --shm-size=256m --mount type=tmpfs,target=/tmp/cache,tmpfs-size=1000000000 --restart unless-stopped 'ghcr.io/blakeblackshear/frigate:stable'
docker: bad format for path: Run 'docker run --help' for more informationThe command failed.i placed a basic config.yml in /usr/appdata/frigate this my template settings https://ibb.co/QjrvkCCT anyone can help me point in a direction?