{"id":21142622,"url":"https://github.com/klipitkas/wordpress-docker","last_synced_at":"2026-04-07T07:46:24.461Z","repository":{"id":74121497,"uuid":"213635912","full_name":"klipitkas/wordpress-docker","owner":"klipitkas","description":"WordPress + Docker Compose = ❤️","archived":false,"fork":false,"pushed_at":"2022-10-20T19:27:49.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T16:11:53.811Z","etag":null,"topics":["database","docker","mysql","phpmyadmin","stack","volumes","wordpress","wordpress-docker"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/klipitkas.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-08T12:27:43.000Z","updated_at":"2022-10-20T19:27:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"8d363176-5c82-4770-8d4f-4a31185e3f9e","html_url":"https://github.com/klipitkas/wordpress-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/klipitkas/wordpress-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klipitkas%2Fwordpress-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klipitkas%2Fwordpress-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klipitkas%2Fwordpress-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klipitkas%2Fwordpress-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klipitkas","download_url":"https://codeload.github.com/klipitkas/wordpress-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klipitkas%2Fwordpress-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"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":["database","docker","mysql","phpmyadmin","stack","volumes","wordpress","wordpress-docker"],"created_at":"2024-11-20T07:57:28.214Z","updated_at":"2026-04-07T07:46:24.439Z","avatar_url":"https://github.com/klipitkas.png","language":"Shell","readme":"# wordpress-docker\n\nWordPress + Docker Compose = ❤️\n\nThis stack includes the following components:\n\n- WordPress\n- MySQL 5.7\n- PHPMyAdmin\n\n### DEPENDENCIES\n\n- Docker \u003e= `18.09.1, build 4c52b90`\n- Docker Compose \u003e= `version 1.22.0, build f46880fe`\n\n### START\n\nClone this repository:\n\n```bash\ngit clone git@github.com:klipitkas/wordpress-docker.git\n```\n\n### BRING UP THE STACK\n\n```bash\n$ cd wordpress-docker\n$ docker-compose up -d\n```\n\n### BRING DOWN THE STACK\n\n```bash\n$ docker-compose down\n```\n\n### MULTIPLE WORDPRESS INSTALLATIONS\n\nFor multiple WordPress installations the easiest approach would be to copy the cloned directory and name it appropriately:\n\n```bash\n$ cp -r wordpress-docker project-name\n$ cd project-name\n```\n\nCleanup the previous project files in order to start fresh:\n\n```bash\n$ bash clean.sh\n```\n\n### WORDPRESS ACCESS\n\nYou can access the WordPress installation at:\n\n- http://localhost\n\nThe administrative URL can be found at:\n\n- http://localhost/wp-admin\n\n### DATABASE ACCESS\n\nTo access the database you can use PHPMyAdmin at:\n\n- http://localhost:8080\n\nThe credentials are the following:\n\n- Username: **wordpress**\n- Password: **wordpress**\n- Database: **wordpress**\n\nor for the root account:\n\n- Username: **root**\n- Password: **root**\n\nYou can also access the database from within the container:\n\n```bash\n$ docker-compose exec database bash\n$ mysql -u wordpress -pwordpress wordpress\n```\n\n### VOLUMES\n\nAll changes are saved in the following volumes:\n\n- **database**: The database volume, containing everything MySQL related.\n- **wordpress**: The wordpress volume, containing all the files needed for WordPress.\n\n### BUGS \u0026 ISSUES\n\nSend them to klipitkas@gmail.com or [open an issue](https://github.com/klipitkas/wordpress-docker/issues/new).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklipitkas%2Fwordpress-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklipitkas%2Fwordpress-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklipitkas%2Fwordpress-docker/lists"}