
O.S Windows 10
@Julianhm9612, thanks for reporting this. Unfortunately I can't reproduce this, so any more details you can supply will be very useful. Also, if anyone else is having the same issue, please share details as well.
Sure!
I'm following the documentation for visulalizate the results with InfluxDB + Grafana

When I execute the following command: docker-compose up -d influxdb grafana
It generates an error when executing this command that is in the file Dockerfile.grafana.
My temporary solution was:
I commented the following lines:

After I execute the following command: docker-compose up -d influxdb
And then through postman the following:

And finally i run again: docker-compose up -d influxdb grafana
And it worked!
Very strange :confused: So you're basically doing the same curl request from the Dockerfile, only with postman instead, and it's working?
Maybe that sleep 15 there is insufficient? Can you try increasing it to 30 or even 60 seconds, just to see if that fixes the issue?
@na-- Thank you very much for your excellent support!!!!!!
you are right, the time was insufficient, I increased it to 60 to test and it worked:

Most helpful comment
Very strange :confused: So you're basically doing the same
curlrequest from the Dockerfile, only with postman instead, and it's working?Maybe that
sleep 15there is insufficient? Can you try increasing it to 30 or even 60 seconds, just to see if that fixes the issue?