I am trying to install Hass.io again on my Ubuntu 18.04 server in Docker.
I had Hass.io running, It completely collapsed after an update and I wasn’t able to get things working properly. Since I wasn’t too far into anything I decided I’d dump all the Has.io related docker container and start over.
So II mistakenly installed Home Assistant on Docker, the install went smoothly and I was able to access HA on port 8123.
Since I wanted Hass.io I decided to dump Home Assistant and install Hass.io. Unlike a normal docker install where you do things like --name and -p 8123:8123 I ran a curl script found here https://github.com/home-assistant/hassio-build/blob/master/install/README.md
curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s
So the Docker Container installs and is running fine. But when I try to connect to IP:8123 I get a > Unable to connect
Firefox can’t establish a connection to the server at 192.168.1.105:8123
Any thoughts before I switch over to HA instead of Hass.io? I’ve tried restating the container with no change.
Thanks,
-Rob