Have several dockers running ,some need to expose outside world.
so i setup the configuration with Cloudflare and Traefik as a reverse proxy.
Traefik basically does everything quite dynamically ,
Meaning for either http(s)://[subdomain].mydomain.com coming it mapping it relevant docker .
it working great but it means that even when im on same netwrok i need to access the docker url by the dns name ,
The question is there a way to somehow point host IP which will point to docker ip without changing the configuration ?