Accessing Hass.io from LAN network

Hi all
Sorry I realize this may be more of a docker question rather than a Hassio issue, but I don’t know enough to find a solution.

So I followed the steps on the github page to create a Hassio container on Raspbian Stretch :
https://github.com/home-assistant/hassio-build/tree/master/install#install-hassio

I can’t figure out how I can access home assistant from another computer on the local area network.
I believe i can access the HA from the host ( I repeated the same process on a VM with Debian Host and I can access home assistant from the host).

How do I configure to be able to access on LAN?

Many thanks:)

It is already available on the LAN.

You just pop the IP address of the HOST into a browser.

http://ipofhost:8123

Perhaps I should have mentioned this in my topic. But I did try that without success.

Then you should probably check the logs for the service.

sudo systemctl status hassio-supervisor.service

journalctl -xe

Thanks for the help.

I checked the logs and indeed there was several warning and a few errors.

In hindsight I should have saved them for reference. But I did I clean install and it works fine now.