@ -20,7 +20,7 @@ s.addremove = false
s.anonymous = true
o = s:option(Value, "port", "Port")
o.default = "5000"
o.default = "5100"
o = s:option(Value, "image", "Image")
o.default = "ghcr.io/blakeblackshear/frigate:stable"
@ -1,5 +1,5 @@
config frigate_config 'docker'
option port '5000'
option port '5100'
option image 'ghcr.io/blakeblackshear/frigate:stable'
option usbcoral '/dev/bus/usb'
option hwaccel '/dev/crypto'