Access Docker container from LAN network

I’m brand new to docker; I am running docker desktop for Mac and I have a container with an IP 192.168.73.10. I set port forwarding on ports 80 and 443 when spinning up the container. I can access webservice to this container from the local host (my Mac); however, all devices connected to my LAN are on a 10.20.0.0/24 subnet. How exactly do I access web service on the container from devices on my LAN? I have port 80 and 443 open on my Mac. Haven’t been able to find any helpful answers on the forum. Please help!