-
Notifications
You must be signed in to change notification settings - Fork 15
How can we access PHPMyAdmin? #4
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
Comments
Yes, there are two ways of doing this. Either install it on existing docker images repo or download it along with other docker images. Manually Download
Using docker-compose
Please note I don't want to add many services to my existing branch because I want to keep it lightweight. After adding the above code, your
Now you need to rebuild the images again and you will be able to access phpmyadmin on your localhost using http://localhost:8080/ URL. Hope it helps! |
How can we access phpmyadmin using browser to access the database? Can we add it to the docker image itself?
Thanks,
aR
The text was updated successfully, but these errors were encountered: