{"id":18048146,"url":"https://github.com/justinhough/docker-wordpress","last_synced_at":"2026-04-14T15:32:34.894Z","repository":{"id":139225898,"uuid":"80105103","full_name":"justinhough/docker-wordpress","owner":"justinhough","description":"Docker Wordpress is a starter project to get started quickly with a fresh install of Wordpress, MySQL and WP CLI.","archived":false,"fork":false,"pushed_at":"2021-10-12T19:33:59.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T05:15:51.842Z","etag":null,"topics":["docker","docker-compose","docker-wordpress","mysql","wordpress"],"latest_commit_sha":null,"homepage":"https://github.com/justinhough/docker-wordpress","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/justinhough.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-01-26T10:25:12.000Z","updated_at":"2021-12-15T14:15:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"99f006d6-bef4-490b-b22c-c4d3a2424009","html_url":"https://github.com/justinhough/docker-wordpress","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/justinhough/docker-wordpress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinhough%2Fdocker-wordpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinhough%2Fdocker-wordpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinhough%2Fdocker-wordpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinhough%2Fdocker-wordpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justinhough","download_url":"https://codeload.github.com/justinhough/docker-wordpress/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinhough%2Fdocker-wordpress/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31803299,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"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":["docker","docker-compose","docker-wordpress","mysql","wordpress"],"created_at":"2024-10-30T20:11:44.853Z","updated_at":"2026-04-14T15:32:34.874Z","avatar_url":"https://github.com/justinhough.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Wordpress with code-server\n\nDocker Wordpress is a starter project to get started quickly with a fresh install of Wordpress, MySQL and WP CLI. It can be forked and customized for personal builds or for client sites.\n\n## Initial Setup\n\nEnsure that you have Homebrew and Homebrew Cask installed before proceeding.\n```sh\n# Install Homebrew\nruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"\n```\n\n### Install Homebrew Cask, VirtualBox, Docker, and WP CLI\n\n```sh\nbrew install caskroom/cask/brew-cask\nbrew cask install virtualbox\nbrew install docker docker-machine\nbrew install wp-cli\n```\n\n## Start Wordpress\n\n1. Duplicate `.sample-env` to `.env` and update for your application\n2. Start Wordpress, MySQL and code-server with `docker-compose up -d`. (To stop the container use `docker-compose stop`.)\n3. Open a browser `http://localhost:\u003cport_selected\u003e` and finish setting up Wordpress.\n\n**Note:** MySQL databases and schema for Wordpress will be automagically synced into the folder `db/mysql`\n\n\n### Accessing WP through WP CLI\n\nYou can run WP CLI commands through the Docker container using Docker Compose and prefixing all commands with this: `docker-compose run --rm wpcli`. Using `wpcli` at the end is merely the name of the Docker image that is installed in `docker-compose.yml`. You can change this to be anything to make it easier to remember.\n\n**Note:** Full list of commands is listed on the [WP CLI Commands](https://wp-cli.org/commands/) page.\n\n#### Example Commands\n\n- `docker-compose run --service-ports --rm wpcli`\n- `docker-compose run --service-ports --rm wpcli post list1`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinhough%2Fdocker-wordpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustinhough%2Fdocker-wordpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinhough%2Fdocker-wordpress/lists"}