jshridha/docker-blueiris

docker: invalid publish opts format (should be name=value but got 'novnc-port:8080').

bmcgair opened this issue · 2 comments

using the run command provided

docker run -d
--name="BlueIris"
-p 8080:8080
-p 5900:5900
-p 81:81
-v blueiris:/root/prefix32:rw
jshridha/blueiris

Try something like that and it should work

Fixed in dev version. Thanks for the issue.