Bram Rongen

Results 2 comments of Bram Rongen

What I did was expose the applications port 80 on port 7777 of the host. like so: Then you can use http://homeassistant.local:7777 as your base url.. Not sure if there's...

> [@bwoebi](https://github.com/bwoebi) You mean just replacing `Symfony\Component\Console\Application::doRun` with `Symfony\Component\Console\Terminal::hasSttyAvailable`? Yeah I think that should also work. But the benefit is probably negligible isn't it? > > Cool, would be nice...