Fresh Docker Install cannot access HA

Hi all

Probably yet another question about the inability to access HA after installing it on Docker.

I ran this command, as described in the installation guide:

docker run -d --name="home-assistant" -v /media/HA:/config -v /etc/localtime:/etc/localtime:ro --net=host --restart=always homeassistant/home-assistant:stable

Firewall is set to ACCEPT, so no blocking there.

It shows as running:

*CONTAINER ID        IMAGE                                 COMMAND             CREATED             STATUS              PORTS                                            NAMES*
*ef12f6887980        homeassistant/home-assistant:stable   "/init"             10 minutes ago      Up 10 minutes                                                        home-assistant*
*83145661d809        portainer/portainer                   "/portainer"        31 minutes ago      Up 31 minutes       0.0.0.0:8000->8000/tcp, 0.0.0.0:9000->9000/tcp   portainer*

However, when I’m trying to reach http(s)://ipofclient:8123 it times out. Other applications on that platform run just fine, I can access it through SSH easily as well.

The config folder in question is properly filled on installation as well:

ls HA
automations.yaml  configuration.yaml  deps  groups.yaml  home-assistant_v2.db  scenes.yaml  scripts.yaml  secrets.yaml  tts

Docker logs are the following:

2020-07-28T16:41:22.473831081Z [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
2020-07-28T16:41:22.502870224Z [s6-init] ensuring user provided files have correct perms...exited 0.
2020-07-28T16:41:22.503620434Z [fix-attrs.d] applying ownership & permissions fixes...
2020-07-28T16:41:22.504386889Z [fix-attrs.d] done.
2020-07-28T16:41:22.504881546Z [cont-init.d] executing container initialization scripts...
2020-07-28T16:41:22.505587125Z [cont-init.d] udev.sh: executing... 
2020-07-28T16:41:22.528954596Z starting version 3.2.9
2020-07-28T16:41:22.531662747Z [18:41:22] INFO: Update udev information
2020-07-28T16:41:22.552615598Z [cont-init.d] udev.sh: exited 0.
2020-07-28T16:41:22.553293289Z [cont-init.d] done.
2020-07-28T16:41:22.553840838Z [services.d] starting services
2020-07-28T16:41:22.563754552Z [services.d] done.

Going into the console via Portainer works as well.
I’m at a loss, please help!

Wow! Must be really weird.
Even when my firewall was set to ACCEPT, it still needed the line added to get it to work.

Sorry for this rubbish post :wink: