I'm setting up Expo docker image in Mac environment and I need to set REACT_NATIVE_PACKAGER_HOSTNAME with my host ip address, so that Expo Go app can hit that ip from my phone. Since my host has dynamic ip, I need to update REACT_NATIVE_PACKAGER_HOSTNAME with a newly assigned ip whenever my host ip changes, and then restart my container. This is not convenient at all and I want to eliminate that manual update process. I tried using host.docker.internal and docker.for.mac.host.internal as value but they do not resolve to ip address. Am I missing something here? I'm setting REACT_NATIVE_PACKAGER_HOSTNAME inside .env file if that matters.
Docker-Compose version: '3.8'