{"id":15857204,"url":"https://github.com/killshot13/wp-docker","last_synced_at":"2026-02-08T04:34:17.920Z","repository":{"id":104098725,"uuid":"424043459","full_name":"killshot13/wp-docker","owner":"killshot13","description":null,"archived":false,"fork":false,"pushed_at":"2021-11-30T07:09:02.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-27T14:57:08.541Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/killshot13.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":"2021-11-03T00:41:09.000Z","updated_at":"2021-11-30T07:09:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"c001c7e3-6ba8-45b4-8f71-f4d7e218717b","html_url":"https://github.com/killshot13/wp-docker","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"d42849c172879b23d220c0fd3a2490a6d492c387"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":"STH-Coders/sth-docker","purl":"pkg:github/killshot13/wp-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killshot13%2Fwp-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killshot13%2Fwp-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killshot13%2Fwp-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killshot13%2Fwp-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/killshot13","download_url":"https://codeload.github.com/killshot13/wp-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killshot13%2Fwp-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29220528,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T03:18:47.732Z","status":"ssl_error","status_checked_at":"2026-02-08T03:15:31.985Z","response_time":57,"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":[],"created_at":"2024-10-05T20:21:20.822Z","updated_at":"2026-02-08T04:34:17.905Z","avatar_url":"https://github.com/killshot13.png","language":null,"readme":"# wp-docker\n\n## Dockerized Wordpress Environment w/ MySQL\n\n| Project Structure |\n|---|\n| ├── .gitignore |\n| ├── LICENSE |\n| ├── README.md |\n| └── docker-compose.yaml |\n\n[_docker-compose.yaml_](docker-compose.yaml)\n\n```yaml\nservices:\n  wordpress:\n    image: wordpress\n    restart: always\n    ports:\n      - 80:80\n    volumes:\n      - ./wp:/var/www/html\n    ...\n  db:\n    image: mysql:5.7\n    restart: always\n    volumes:\n      - db:/var/lib/mysql\n    ...\nvolumes:\n  db:\n```\n\nIf deployed, `docker-compose` will map port 80 of the Dockerized Wordpress container to port 80 of the host platform.\n\n### Install WP Dependencies\n\nEverything is controlled with `docker-compose`.\n\n```bash\ndocker-compose up\n```\n\n### Test Project Configuration\n\nCheck containers are running and the port mapping:\n\nVerify that a `wp` folder which contains the persistant filesystem has been created at the project root.\n\nNavigate to `http://localhost:80` in your web browser to access Wordpress. You should see the screen about the \"famous 5-minute WP installation.\"\n\n### Stop/Remove Working Container\n\n```bash\ndocker-compose down\n```\n\n### Delete Project **AND** Resources\n\nDelete the referenced volumes with the `-v` flag:\n\n```bash\ndocker-compose down -v\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkillshot13%2Fwp-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkillshot13%2Fwp-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkillshot13%2Fwp-docker/lists"}