tiagocoutinho / multivisor

Centralized supervisor WebUI and CLI
GNU General Public License v3.0
184 stars 37 forks source link

Web Server port not being changed with --bind option #86

Closed lonerzzz closed 2 years ago

lonerzzz commented 2 years ago

I am attempting to run 2 instances of the web front end for 2 labs but the server port does not seem to change though there does seem to be a --bind option to change it in the code.

/usr/local/bin/multivisor --bind *:22002 -c /etc/multivisorDevelopment.conf

I had installed with pip install so not sure if there is a version issue or whether this really does not work.

lonerzzz commented 2 years ago

Works just fine. Typo on my part.