no problem in booting, but unable to connect to port 8123.
where to go to dig into the logs to get a clue of the problem?
I’m on Mac and
netstat | grep 8123 is empty
Docker Desktop 4.29.0 (145265) is currently the newest version available.
docker log :
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun home-assistant (no readiness notification)
s6-rc: info: service legacy-services successfully started
docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
dc6da035557d ghcr.io/home-assistant/home-assistant:latest "/init" 3 hours ago Up 3 hours
After you gain a better understanding of docker, change your docker networking to MacVlan.
It provides docker container with its own IP/MAC using your hosts network adapter and will help deal with discovery issues you will soon be scratching your head over. I wouldn’t do this for all containers. Just HA really.