Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug-web #175

Open
jeffaryhe opened this issue Jan 25, 2022 · 7 comments
Open

bug-web #175

jeffaryhe opened this issue Jan 25, 2022 · 7 comments

Comments

@jeffaryhe
Copy link

image
image

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

@erikdubbelboer
Copy link
Owner

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?

@jeffaryhe
Copy link
Author

image
image
error

@erikdubbelboer
Copy link
Owner

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

@jeffaryhe
Copy link
Author

jeffaryhe commented Jan 26, 2022

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

@erikdubbelboer
Copy link
Owner

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.

@jeffaryhe
Copy link
Author

Uploading image.png…

@erikdubbelboer
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants