Due to performance reasons I'm switching from HAOS in VirtualBox to running homeassistant directly in a Docker container. So far most is going good, but during one of the reboots I noticed that the container is unable to bind to port 1900 because it is already in use.
After some investigating it seems that the process that is binding to that port is com.docker.backend.exe, but only when the homeassistant container is running. It seems that somehow the container is trying to bind the same port twice? :S
The logs in homeassistant are not showing any issues, neither are the docker logs, but my autodiscovery (uPNP/SSDP) devices on the network are not (automagically) found. For example my Sonos: I can add the integration fine, but it won't do anything until the device itself was found by homeassistant.
Container image: homeassistant/home-assistant:latest (pulled today)
Network: system default 'host' network
Running Docker Desktop on Windows with WSL2 integration