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
192.168.2.168 is my "docker machine" and 192.168.2.144 is my windows client which is accessing grafana via http://192.168.2.168:3020 (3020 is the port I specified for grafana)
So I figured out that the issue was that grafana can't resolve influxdb, so I went into the docker\grafana\provisioning\datasources\influxdb.yml file and updated the url to be the IP address.
I'd love some insight (if you have any) on why my grafana container can't resolve.
Trying to use the docker-compose file as-is and the error I'm getting in the grafana container logs is:
192.168.2.168 is my "docker machine" and 192.168.2.144 is my windows client which is accessing grafana via http://192.168.2.168:3020 (3020 is the port I specified for grafana)
Env file (not much changed)
docker-compose file , should be same as master branch
The text was updated successfully, but these errors were encountered: