Closed blackavec closed 2 years ago
this is also how i run the grafana on docker-compose:
grafana:
image: grafana/grafana:6.5.0
volumes:
- ~/.config/gcloud/:/root/.config/gcloud
- .grafana:/var/lib/grafana
environment:
- "GF_INSTALL_PLUGINS=grafana-bigquery-datasource"
- "GF_SECURITY_ADMIN_USER=****"
- "GF_SECURITY_ADMIN_PASSWORD=******"
- "GF_SECURITY_DISABLE_GRAVATAR=true"
ports:
- 3000:3000
@blackavec the error appears as you are trying to use the plugin in Grafana 6.x. Grafana 8.x is required for it to work.
The error message was improved in Grafana 8.0.6 as of this PR: https://github.com/grafana/grafana/pull/36556
hi, i try to install this by
but it shows me this:
i'm running this command on docker container