Hi All, I hope you are doing well.
I’ve been trying to install Home Assistant Supervised alongside my Raspbian install for a while now. I am not experienced in Docker or Home Assistant.
I followed this guide which got me a couple of containers and ran this command:
docker run -d -p 9000:9000 -p 8000:8000 --name portainer --restart always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce
to install Portainer for ease: Image
I can’t see the port 8123 exposed on any containers and when trying to browse to the Raspberry Pi’s IP on port 8123, I get “This site can’t be reached”
Portainer shows port 4357 exposed, so I browse to that and get the:
Home Assistant Observer
Supervisor: Connected
Is there any way for me to see the usual Home Assistant GUI like below?
If you have any suggestions or commands I can run, please let me know Thank you, Nathan