Page 1 of 1

Port battle for 8090

Posted: Sun Jan 13, 2019 8:43 pm
by jefftr66
Using sab...vpn and mylar in docker and they are battling over port 8090. I've tried multiple times to change the port in .env but after I run ds -c no matter which I change they always revert back to 8090. I even tried deleting 8090 from sab as 8080 works but it just added it back.

What is going on? Any help would be greatly appreciated.

Thanks

Re: Port battle for 8090

Posted: Mon Jan 14, 2019 12:42 am
by barbequesauce
Why not try changing Mylar’s port in config.ini? Make sure Mylar isn’t running when you edit it...

Re: Port battle for 8090

Posted: Mon Jan 14, 2019 1:47 am
by jefftr66
Yeah, I'm a total noob with linux - does that work if I'm running it in docker?

Re: Port battle for 8090

Posted: Mon Jan 14, 2019 2:00 am
by barbequesauce
I don’t see why not - you’re telling Mylar to run on a different port. There might be Docker overhead to connect or allocate the new port to Mylar, I can’t really say...

Re: Port battle for 8090

Posted: Tue Jan 15, 2019 1:42 am
by jefftr66
Yeah editing the .ini file for Mylar does not work - it just reverts back to 8090 like with .env edits

Re: Port battle for 8090

Posted: Tue Jan 15, 2019 1:52 am
by barbequesauce
Gonna have to defer to a docker expert then, it’s clear local config edits are getting overridden somehow.