{"id":18888672,"url":"https://github.com/beevelop/docker-wordpress","last_synced_at":"2025-06-23T04:41:10.938Z","repository":{"id":138472317,"uuid":"51211935","full_name":"beevelop/docker-wordpress","owner":"beevelop","description":":whale2: WordPress for Docker on Steroids","archived":false,"fork":false,"pushed_at":"2017-08-03T19:03:36.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-31T13:02:35.904Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beevelop.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":"2016-02-06T17:06:30.000Z","updated_at":"2016-12-30T16:44:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"8bd08b4e-b5a7-4dce-9391-888705c5a159","html_url":"https://github.com/beevelop/docker-wordpress","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/beevelop/docker-wordpress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beevelop%2Fdocker-wordpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beevelop%2Fdocker-wordpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beevelop%2Fdocker-wordpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beevelop%2Fdocker-wordpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beevelop","download_url":"https://codeload.github.com/beevelop/docker-wordpress/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beevelop%2Fdocker-wordpress/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261416301,"owners_count":23155037,"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","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":[],"created_at":"2024-11-08T07:45:31.421Z","updated_at":"2025-06-23T04:41:05.919Z","avatar_url":"https://github.com/beevelop.png","language":"Shell","readme":"[![Travis](https://shields.beevelop.com/travis/beevelop/docker-wordpress.svg?style=flat-square)](https://travis-ci.org/beevelop/docker-wordpress)\n[![Pulls](https://shields.beevelop.com/docker/pulls/beevelop/wordpress.svg?style=flat-square)](https://links.beevelop.com/d-wordpress)\n[![Layers](https://shields.beevelop.com/docker/image/layers/beevelop/wordpress/latest.svg?style=flat-square)](https://links.beevelop.com/d-wordpress)\n[![Size](https://shields.beevelop.com/docker/image/size/beevelop/wordpress/latest.svg?style=flat-square)](https://links.beevelop.com/d-wordpress)\n[![Release](https://shields.beevelop.com/github/release/beevelop/docker-wordpress.svg?style=flat-square)](https://github.com/beevelop/docker-wordpress/releases)\n![Badges](https://shields.beevelop.com/badge/badges-7-brightgreen.svg?style=flat-square)\n[![Beevelop](https://links.beevelop.com/honey-badge)](https://beevelop.com)\n\n# WordPress for Docker on Steroids\n\nBased on the [official WordPress](https://hub.docker.com/_/wordpress/) image this image fully automates your WordPress installation with the help of [wp-cli](http://wp-cli.org/).\n\n## Run the image\n```bash\n# Start a MySQL container first\ndocker run -d -e MYSQL_ROOT_PASSWORD=un1c0rn --name mysql mysql\n\n# Start the WordPress container with 2 plugins and the 'responsive' theme\ndocker run -d -p 8080:80 \\\n           -e SITE_URL=http://yoursite.com \\\n           -e WORDPRESS_PLUGINS=\"jetpack;wordfence\" \\\n           -e WORDPRESS_ACTIVE_THEME=responsive \\\n           -e WORDPRESS_THEMES=\"responsive\" \\\n           --link mysql:mysql beevelop/wordpress:latest\n```\n\n## Use as base image\nThis image is optimized to be used as a base image. You can simply override all ENVs in you own Dockerfile to make your own tailored image.\n```Dockerfile\nFROM beevelop/wordpress:latest\n\n# e.g. copy your own theme or plugins\n# this is quite awesome for CI solutions with continuous deployment in mind\nCOPY ./ /usr/src/wordpress/wp-content/themes/my-theme/\n\n# you can simply override all the ENVs from the configuration chapter\nENV WORDPRESS_PLUGINS \"password-protected;wordfence\"\nENV WORDPRESS_ACTIVE_THEME \"my-theme\"\n```\n\n## Configuration\n- `SITE_URL` (defaults to `https://example.com`)\n- `SITE_TITLE` (defaults to \"DockerPress\")\n- `WORDPRESS_PLUGINS` (defaults to `\"hello-dolly\"`): Semicolon-separated list of plugins to install and activate\n  + e.g. `WORDPRESS_PLUGINS=\"wordfence;jetpack;hello-dolly\"`\n- `WORDPRESS_THEMES` (defaults to `\"twentysixteen;twentyfifteen\"`): Semicolon-separated list of themes to install\n- `WORDPRESS_ACTIVE_THEME` (defaults to `twentysixteen`): This theme gets activated on initialization\n- `ADMIN_USER` (defaults to `docker`)\n- `ADMIN_EMAIL` (defaults to `changeme@example.com`)\n- `ADMIN_PASSWORD` (defaults to `Un1c0rn`)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeevelop%2Fdocker-wordpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeevelop%2Fdocker-wordpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeevelop%2Fdocker-wordpress/lists"}