Change INI settings in running docker image

Hi,

Have Grafana running in a docker container. I need to change the system variable “;domain = localhost” which is stored in grafana.ini. According to the Grafana docs, when in Docker you set via environment variables.

How do I do this on an already deployed and running docker image?