Apache is not accessible outside distrobox

Hi,
I create one distrobox with this command and installed apache.

distrobox create registry.opensuse.org/opensuse/tumbleweed:latest --init --additional-packages "systemd" -n test --unshare-all

I can start and stop apache no problem inside the distrobox. But when I try to access from host micros machine. it is not available neither able to ping. in browser it is saying Unable to connect. I check the listening port with sudo lsof -i it is showing that port 80 and 443 is live and apache is listening under wwwrun user. When i try to see the ip address of the distrobox with hostname -i command it is showing 10.0.0.100 and ipv6 ip. I can’t even access this ip from the host machine.

Can you please help me where I am doing wrong.

Thanks