erikdubbelboer/phpRedisAdmin

bug-web

jeffaryhe opened this issue · 7 comments

image
image

I use rendis cluster version 5.0. If there is a bug in the web page, how can I deal with it

I just noticed Dockerhub doesn't support automated builds anymore and the phpRedisImage there was stuck at 1.31.2. I have push 1.17.0 to Dockerhub now which contains a lot of bugfixes. Can you please update your image and try again?

image
image
error

Are you sure the Docker container can reach the redis instance? I don't see host networking for example. For more information on how to reach something from with within a Docker container see: https://stackoverflow.com/a/24326540/17143396

image
I use redis5 0, supports multiple DB switching 。docker erikdubbelboer/phpredisadmin:v1.17.0

When the phpRedisAdmin container is running can you do docker ps to find the ID of the container. And then do docker exec -it <container ID here> bash. And then ping $REDIS_1_HOST. What are you getting then? This tests if you can reach the redis server from within the phpRedisAdmin container.

You clicked submit too quickly, it was still uploading your screenshot.