There's a security concern of the web addr being 0.0.0.0 when used with docker run --net=host .... Instead we should provide an environment variable that lets you disable the 0.0.0.0 config when using --net=host. Something like docker run --net=host -e "NGROK_INTROSPECT_ADDR=localhost".
There's a security concern of the web addr being 0.0.0.0 when used with
docker run --net=host .... Instead we should provide an environment variable that lets you disable the 0.0.0.0 config when using--net=host. Something likedocker run --net=host -e "NGROK_INTROSPECT_ADDR=localhost".