{"id":16745081,"url":"https://github.com/gcsecsey/local-wordpress","last_synced_at":"2026-04-11T12:34:04.942Z","repository":{"id":95805305,"uuid":"345434350","full_name":"gcsecsey/local-wordpress","owner":"gcsecsey","description":"🔌 Pluggable Wordpress docker template for local development","archived":false,"fork":false,"pushed_at":"2021-03-07T20:00:16.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T01:41:33.830Z","etag":null,"topics":["docker","docker-compose","mysql","wordpress"],"latest_commit_sha":null,"homepage":"","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/gcsecsey.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":"2021-03-07T19:28:37.000Z","updated_at":"2023-03-17T12:35:03.000Z","dependencies_parsed_at":"2023-03-09T20:15:54.781Z","dependency_job_id":null,"html_url":"https://github.com/gcsecsey/local-wordpress","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gcsecsey/local-wordpress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcsecsey%2Flocal-wordpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcsecsey%2Flocal-wordpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcsecsey%2Flocal-wordpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcsecsey%2Flocal-wordpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gcsecsey","download_url":"https://codeload.github.com/gcsecsey/local-wordpress/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcsecsey%2Flocal-wordpress/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007499,"owners_count":26084313,"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-10-11T02:00:06.511Z","response_time":55,"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","mysql","wordpress"],"created_at":"2024-10-13T01:44:35.213Z","updated_at":"2025-10-11T14:10:17.610Z","avatar_url":"https://github.com/gcsecsey.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wordpress setup for local development\n\nI've been using this stack for a while for quick prototyping, debugging and error reproduction on my local machine.\n\n# Prerequisites\n\n- Docker Desktop for Mac and Windows\n- Docker Engine and docker-compose for Linux \n\n# Initialization\n\n## Start fresh instances\n\nTake a look at the compose file, and modify the default credentials and ports if needed. Then start new instances by issuing:\n\n```\ndocker-compose up -d\n```\n\nBy default:\n- the Wordpress instance will be available on `http://localhost:8080`\n- you can connect to the MySQL server on `localhost:3306`\n\nYou can stop the instances by running:\n```\ndocker-compose down\n```\n\n## PLug existing Wordpress data\n\n- Move the contents of the Wordpress installation into the `src` folder.\n- Update `src/wp-config.php` with the MySQL credentials from `docker-compose.yml`\n\n## Plug existing database\n\nMove the contents of the sql dump into the `dump.sql` file. Note that it will be loaded into the database name given to `MYSQL_DATABASE` in `docker-compose.yml`.\n\n## Clearing exisiting instances\n\n\u003e ⚠ Warning\n\u003e \n\u003e Note that all data in the MySQL database will be lost\n\nTo delete all existing instances, you can run:\n\n```\ndocker-compose down -v\n```\n\n# Tweaks\n\n## Upload limit\n\nThe wordpress container's default config allows uploads upto 150MBs. These settings can be adjusted in the `uploads.ini` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgcsecsey%2Flocal-wordpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgcsecsey%2Flocal-wordpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgcsecsey%2Flocal-wordpress/lists"}