docker-blender-render-cluster icon indicating copy to clipboard operation
docker-blender-render-cluster copied to clipboard

Can i choose another port? (not 8000)

Open ghost opened this issue 7 years ago • 2 comments

My vps port 8000 was used by other application.

ghost avatar Jan 17 '18 09:01 ghost

Yes you can (if you're running master/slave on the same machine). Simply use another port when you start the docker container. If you want to run it on port 9000, use:

docker run --name blender_master -e "RENDER_MODE=MASTER" -p 9000:8000 -d d3v0x/blender-render-cluster

Then you have to link the slave into the master. But if you're running the slave(s) on another host this shouldn't be possible right now. But I'll have a look at it and leave this issue open :)

rndevfx avatar Jan 17 '18 15:01 rndevfx

yes, my issue is master and slave not running on same machine.

ghost avatar Jan 17 '18 18:01 ghost