{"id":15481399,"url":"https://github.com/dalenguyen/wordpress-docker","last_synced_at":"2026-04-30T16:31:22.901Z","repository":{"id":81775750,"uuid":"176779465","full_name":"dalenguyen/wordpress-docker","owner":"dalenguyen","description":"Local WordPress development with Docker","archived":false,"fork":false,"pushed_at":"2019-03-20T17:01:36.000Z","size":35,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T14:37:06.386Z","etag":null,"topics":["docker","docker-compose","wordpress","wordpress-development"],"latest_commit_sha":null,"homepage":null,"language":null,"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/dalenguyen.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-03-20T16:59:36.000Z","updated_at":"2022-03-08T13:04:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"dbf285d6-b90a-4963-9a31-aaf37f338bd3","html_url":"https://github.com/dalenguyen/wordpress-docker","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"f4e94b59be8d93a16bf940f03bed57458eb6b4df"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dalenguyen/wordpress-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalenguyen%2Fwordpress-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalenguyen%2Fwordpress-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalenguyen%2Fwordpress-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalenguyen%2Fwordpress-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dalenguyen","download_url":"https://codeload.github.com/dalenguyen/wordpress-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalenguyen%2Fwordpress-docker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267093915,"owners_count":24034957,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker","docker-compose","wordpress","wordpress-development"],"created_at":"2024-10-02T05:04:20.657Z","updated_at":"2026-04-30T16:31:22.872Z","avatar_url":"https://github.com/dalenguyen.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# WordPress Docker Workflow\n\nThis is how you set up local WordPress development with Docker\n\n## Getting started\n\nClone this project\n\n```sh\ngit clone https://github.com/dalenguyen/wordpress-docker.git\n```\n\n## Generate an image of docker-compose.yml\n\n```sh\ndocker run --rm -it --name dcv -v $(pwd):/input pmsipilot/docker-compose-viz render -m image docker-compose.yml\n```\n\n## Start the containers\n\n```sh\ndocker-compose up -d\ndocker-compose ps\n```\n\n## Create wp-config.php\n\nAfter bring the machines up, we create wp-config.php before installing\n\n```sh\ndocker-compose run wp core config --dbname=wordpress --dbuser=wordpress --dbpass=wordpress --dbhost=mysql --dbprefix=wp_\n```\n\n## Configure WP site\n\n```sh\ndocker-compose run wp core install --url=\"http://localhost:8080\" --title=\"Docker WordPress\" --admin_user=\"admin\" --admin_password=\"password\" --admin_email=\"email@example.com\"\n```\n\n## Installing plugins\n\n```sh\ndocker-compose run wp plugin install jetpack --activate\ndocker-compose run wp theme install customizr --activate\n```\n\n## Export database to wordpress/export folder\n\n```sh\ndocker-compose run wp db export --add-drop-table /export/wordpress.sql\ndocker-compose run wp db import /export/wordpress.sql\n```\n\n## Reference\n\n[Mastering Docker](https://www.packtpub.com/virtualization-and-cloud/mastering-docker-second-edition)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalenguyen%2Fwordpress-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdalenguyen%2Fwordpress-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalenguyen%2Fwordpress-docker/lists"}