jshridha / docker-blueiris

Blueiris in a docker using wine!
Apache License 2.0
105 stars 53 forks source link

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

Closed bmcgair closed 4 years ago

bmcgair commented 5 years ago

using the run command provided

fillwe commented 5 years ago

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

jshridha commented 4 years ago

Fixed in dev version. Thanks for the issue.