Mos ui web network config

Hi all,

First of all, thanks for this awesome piece of software.

I’m building an armhf docker image for the mos tool. It’s working so far, quite straight forward using go image with https://github.com/cesanta/mos-tool building manually.

However, I’ve noticed that mos’s web-ui is bound to 127.0.0.1 messing with docker’s network thing.

Any quick tip about where can I change that bind?

Best regards and thanks in advance,

PD: sorry if this topic has been posted many times before, did my best searching for it :slight_smile:

Thus, --http-addr VALUE should be able to override it.

Thanks a lot,

Best regards,