Downloaded the latest Redash image from Dockerhub and when I run the image , it is showing listening on port 5000 but it gave error when doing any GET request
ConnectionError: Error 101 connecting to localhost:6379. Network is unreachable
I edited your post to fix the code. Please always use the code block button </> where you share codes. Otherwise the forums markdown filter will brake your post.
No it shows those ports are forwarded from the host to the container. But this is not the problem. As you can see in your compsoe file, it tries to connect redis on port 6379
REDASH_REDIS_URL: "redis://redis:6379/0"
Although I don’t know why it connects to localhost. Which container throws this error message? Are you sure it is redash?