HA Bridge - No SSDP Broadcast

Hi,

I´m trying to run Ha bridge in a docker container using the Linuxserver image on a Raspberry PI 5 with DietPI. When I use

docker run -d
–name=habridge
-e PUID=1000
-e PGID=1000
-e TZ=Etc/UTC
-e SEC_KEY=
-p 8080:8080
-p 50000:50000
-v /path/to/habridge/config:/config
–restart unless-stopped
lscr.io/linuxserver/habridge:latest

I get a perfectly fine runnning container and can access the UI using IP_of_my_Raspberry:8080.

The roblem is that alexa does not find any of the devices I create. I used wireshark to check the SSDP broadcast (port.udp == 1900) and could not find any SSDP braidcast coming from the Raspberry. I assume this is beacuse the container is in bridge mode.

When I create the container adding "–net=host " I also get a running container, but cannot access the UI. Iscanned all ports but culd not find one that was exposing the UI of HA bridge.

Can anyone help me to set this up in the right way?

Thank you in advance.

Anybody here who has this working?