updated default port due to Whoogle conflict

pull/2/head
riley 1 year ago
parent 7c6bbd34a3
commit 1837dd868e

@ -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'

Loading…
Cancel
Save