RedisInsight / RedisInsight

Redis GUI by Redis

Home Page:https://redis.com/redis-enterprise/redis-insight/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: v2 docker image doesn't serve the webpage

SaadAhmedGit opened this issue · comments

Steps to reproduce

  1. Run docker run -v redisinsight:/db -p 8001:8001 redislabs/redisinsight:v2
  2. Navigate to http://localhost:8001

Actual behavior
Webpage is not served.

Expected behavior
Webpage should be served.

Additional context
This problem only seems to be with the v2 image. redislabs/redisinsight:1.14.0 works as expected.

please try docker run -v redisinsight:/db -p 5540:5540 redislabs/redisinsight:v2

please try docker run -v redisinsight:/db -p 5540:5540 redislabs/redisinsight:v2

This works but why doesn't it serve with port 8001 while other versions do?

@SaadAhmedGit , this command does not refer to RedisInsight v1, but to RedisInsight (aka v2), and RedisInsight runs on 5540 by default.
you need to use the RI_APP_PORT environment variable set to 8001 to use port 8001