You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to suggest the following feature or rather ask for your opinion about it.
When running InfluxDB in a docker container and I need to modify the configuration, I have basically two options:
I can include the config file in the docker image and rebuild the image with the updated config or
I can mount the config from the host file system and edit it there.
If it was possible to override configuration parameters through environment variables, then it would be much easier: Just set the environment variable and restart the container. This is also the approach implemented by Grafana (see the Grafana documentation).
What do you think of this approach?
The text was updated successfully, but these errors were encountered:
beckettsean
changed the title
Allow overriding of configuration parameters using environment variables
[feature request] Allow overriding of configuration parameters using environment variables
Jul 8, 2015
I would like to suggest the following feature or rather ask for your opinion about it.
When running InfluxDB in a docker container and I need to modify the configuration, I have basically two options:
If it was possible to override configuration parameters through environment variables, then it would be much easier: Just set the environment variable and restart the container. This is also the approach implemented by Grafana (see the Grafana documentation).
What do you think of this approach?
The text was updated successfully, but these errors were encountered: