oblakstudio / redisinsight

RedisInsight v2 - Better GUI for Redis (amd64/arm64)
https://hub.docker.com/r/oblakstudio/redisinsight
Other
65 stars 7 forks source link

Version 2.5 is not starting correctly #18

Open cruizba opened 8 months ago

cruizba commented 8 months ago

Hello,

Well first thank you for maintaining this image.

I am having some problems with version 2.5, this command specifically just hangs out, and the server does not start without any logs.

docker run -it -e API_PORT=8001 oblakstudio/redisinsight:2.5

Regards.

stricq commented 7 months ago

My redisinsite pod was restarted this morning and it pulled the current version of the image and it is no longer starting. All I get from the ingress is a 502 Bad Gateway error. Please fix ASAP!

2.4.4 is the last working version.

ohmcm commented 7 months ago

I decided to upgrade from the version around November last year (I think 2.2.0) Facing the same problem, anything newer than 2.4.4 is not doing anything when starting (no log, just nothing)

stricq commented 7 months ago

2.44 is the current official version of Redis Insight.

xinmans commented 6 months ago

I have rollback to v2.4.4,so the author not test the latest version ~ v2.4.4?

kurt-west commented 5 months ago

For those that are struggling to get the newer version working, the Redis team changed the port in 2.42.0 and this repo has not caught up.

The default port is now 5542 and the env variable to override is RI_APP_PORT. Standard logging output is off by default, to enable it set RI_STDOUT_LOGGER=true.

There a lot of other configuration settings available via env variables now - redisinsight/api/config/default.ts