Hi @torkel ,
Iam also facing the same issue. I am running grafana as one container and nginx as another container. They are running in the same docker network.
My configs are as below:
grafana.ini
root_url: http://containername:3000/grafana/
Nginx config:
location /grafana/ {
proxy_pass http://containername:3000/;
}
Could you please let me know if iam missing out anything or any of my configs are wrong?
Regards,
Amrutha