Suddenly my docker has stopped working. Auto updates were happening via watchtower. There is no error in the log on startup but port 8123 is not open anymore and thus can’t connect to UI.
What debug can I turn on to see what’s going on? Currently homeassistant is mapped as --net=host but I also tried -p 8123:8123 which opens the port but still can’t connect.