oblakstudio / redisinsight

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

How To: Change server listening port #5

Closed kurt-west closed 12 months ago

kurt-west commented 1 year ago

Thank you so much for taking the time to build and maintain this container.

I read that the listen port is fixed to 5000; however, looking at the codebase 5000 is the fallback port if process.env.API_PORT is not available.

I was able to successful get the server to directly listen on various ports by adding an env variable API_PORT set to the desired port number.

seebeen commented 1 year ago

It was fixed in an older version of the codebase. I'll update accordingly!

kurt-west commented 1 year ago

Thanks @seebeen, again thank you for your efforts maintaining this.

seebeen commented 12 months ago

Hola. We'll release a new version sometime next week with all of the updates pulled from upstream.

seebeen commented 12 months ago

Updates have been pushed. v2 branch is up on docker hub, and readme has been updated to reflect the changes.

kurt-west commented 12 months ago

Thank you again for your work on this.