Open
Description
Hello
One should not need to write some distinct YAML to configure a simple docker service.
That's why I like the wernight/ngrok image; it provides all the env variables I needed to configure an ngrok v2 directly from my compose stack config file.
As I need to move to ngrok v3, I'd like to get at least the same level of functionality from the official image.
The easisest path to do so would be to map each global parameter to an environment variable.
Thanks!