Hi team,
Thanks for the great project!
When I run hubproxy with Docker‑Compose or Docker‑Swarm I hit a problem:
The container always looks for the configuration file at /root/config.toml.
In many setups (CI pipelines, different host folders, several instances with separate configs) it would be useful to choose our own path for the file.
Suggestion:
Add an environment variable (for example HUBPROXY_CONFIG or CONFIG_PATH) or a command‑line flag (--config ) that lets us tell the program where the config.toml file lives.
Thanks for your time!