{"id":28335862,"url":"https://github.com/chandanshakya/phpmyadmin-mysql-docker","last_synced_at":"2026-04-13T13:32:25.630Z","repository":{"id":131133146,"uuid":"470828843","full_name":"ChandanShakya/phpMyAdmin-MySQL-Docker","owner":"ChandanShakya","description":"AMPP - Base docker-compose setup for phpMyAdmin and MySQL (Alternative to XAMPP)","archived":false,"fork":false,"pushed_at":"2023-10-11T00:47:14.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-03T11:07:06.256Z","etag":null,"topics":["80","8080","docker","docker-compose","mysql","php","phpmyadmin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChandanShakya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-03-17T03:00:22.000Z","updated_at":"2023-09-23T13:07:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"f36b7bfd-39ef-4788-b4ed-90455a110888","html_url":"https://github.com/ChandanShakya/phpMyAdmin-MySQL-Docker","commit_stats":null,"previous_names":["chandanshakya/phpmyadmin-mysql-docker"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/ChandanShakya/phpMyAdmin-MySQL-Docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChandanShakya%2FphpMyAdmin-MySQL-Docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChandanShakya%2FphpMyAdmin-MySQL-Docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChandanShakya%2FphpMyAdmin-MySQL-Docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChandanShakya%2FphpMyAdmin-MySQL-Docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChandanShakya","download_url":"https://codeload.github.com/ChandanShakya/phpMyAdmin-MySQL-Docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChandanShakya%2FphpMyAdmin-MySQL-Docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31754923,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["80","8080","docker","docker-compose","mysql","php","phpmyadmin"],"created_at":"2025-05-26T22:21:36.602Z","updated_at":"2026-04-13T13:32:25.570Z","avatar_url":"https://github.com/ChandanShakya.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DOCKER For LAMP Development \n\n## What this Dockerfile contains?\n- Apache\n- MySQL\n- PHP\n- phpMyAdmin\n\n## How to run?\n- Install docker and docker-compose\n```bash\ngit clone https://github.com/ChandanShakya/phpMyAdmin-MySQL-Docker.git\n```\n- cd phpMyAdmin-MySQL-Docker\n- To start the container;\n```bash\ndocker-compose up -d\n```\n\u003e This will spin up a container with Apache, MySQL and PHP\n\n\u003e The persisent volume will be named mysql-test\n\n\u003e First run will take longer as it has to fetch all images\n\n- Put your files in /src folder; it should show up in [localhost:8080](localhost:8080)\n- To access phpMyAdmin, navigate to [localhost:5000](localhost:5000)\n\n### To check if the server is running or not;\n\nopen [localhost:8080](localhost:8080)\n\n### To list the current running containers;\n\n```bash\ndocker-compose ps\n```\n\n### To stop the container\n\n```bash\ndocker-compose down\n```\n\n### To list the volumes\n\n```bash\ndocker volumes ls\n```\n\n### To remove the volume\n\n```bash\ndocker volume rm phpMyAdmin-MySQL-Docker_sql-test\n```\n### To remove the images\n\n```bash\n# List all the images\ndocker image ls\n# Remove the unneeded images\ndocker image rm namesOfImages\n```\n\n### Defaults\n\n- MySQL password = secret\n- phpMyAdmin user = root\n- phpMyAdmin password = secret\n- servername = mysql-server\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchandanshakya%2Fphpmyadmin-mysql-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchandanshakya%2Fphpmyadmin-mysql-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchandanshakya%2Fphpmyadmin-mysql-docker/lists"}