-
Notifications
You must be signed in to change notification settings - Fork 582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grafana ignores grafana.env #131
Comments
I don't have this problem... But does |
Do you mean if I run docker-compose build before docker-compose up -d? Yes, but the message is: |
I had a weird bug with Grafana. It was actually ignoring the env file, but only changes I had made to it after I initially started it up. Try removing the container and image, and starting it again that way. It seems like the container isn't picking up changes to the env file once instantiated. |
From my experience:
|
Update to Blynk local server including config files
Hello,
is there any way to diagnose why Grafana ignores every change in grafana.env?
When I change parameter in grafana.env and recreate container (docker-compose up -d), I get:
nodered is up-to-date
portainer is up-to-date
influxdb is up-to-date
Recreating grafana ...
Recreating grafana ... done
OK, it seems recreaction process found out i had made a change to grafana.env. But why Grafana does not take any new parameter (for example new admin password: GF_SECURITY_ADMIN_PASSWORD=whatever)?
Thank You!
The text was updated successfully, but these errors were encountered: