bug-web
jeffaryhe opened this issue · 7 comments
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?
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
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.