{"id":21880477,"url":"https://github.com/brucewind/wordpress-multiple-services-in-one","last_synced_at":"2026-04-05T21:35:20.786Z","repository":{"id":214722332,"uuid":"737206129","full_name":"BruceWind/wordpress-multiple-services-in-one","owner":"BruceWind","description":"🛳️ Manage multiple WordPress instances on a single computer with flexible multi-port configuration.","archived":false,"fork":false,"pushed_at":"2024-01-08T02:06:41.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T00:44:23.139Z","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/BruceWind.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":"2023-12-30T07:13:24.000Z","updated_at":"2024-01-03T01:23:29.000Z","dependencies_parsed_at":"2023-12-30T08:24:12.368Z","dependency_job_id":"36ec5e32-2fba-4377-824d-133c2cc6e28a","html_url":"https://github.com/BruceWind/wordpress-multiple-services-in-one","commit_stats":null,"previous_names":["brucewind/wordpress-multiple-services-in-one"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BruceWind/wordpress-multiple-services-in-one","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BruceWind%2Fwordpress-multiple-services-in-one","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BruceWind%2Fwordpress-multiple-services-in-one/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BruceWind%2Fwordpress-multiple-services-in-one/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BruceWind%2Fwordpress-multiple-services-in-one/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BruceWind","download_url":"https://codeload.github.com/BruceWind/wordpress-multiple-services-in-one/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BruceWind%2Fwordpress-multiple-services-in-one/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31451444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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-11-28T09:14:05.221Z","updated_at":"2026-04-05T21:35:20.756Z","avatar_url":"https://github.com/BruceWind.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[中文](/README_zh.md) | [English](/README.md)\n\n# wordpress-multiple-services-in-one\n🛳️ Manage multiple WordPress instances on a single computer with flexible multi-port configuration. \n\n## Prerequisites\n\n- Docker: [Install Docker](https://docs.docker.com/get-docker/)\n- Docker Compose: [Install Docker Compose](https://docs.docker.com/compose/install/)\n\n## Usage\n\n``` shell\n## Clone this repository to your local machine:\ngit clone git@github.com:BruceWind/wordpress-multiple-services-in-one.git\n## below is example, you can change the target directory name.\ncp wordpress-multiple-services-in-on/ wordpress-multiple-services-in-one-service-1/\ncp wordpress-multiple-services-in-on/ wordpress-multiple-services-in-one-service-2\n#   Navigate to each copied directory:\ncd wordpress-multiple-services-in-one-service-1\n\n## use nano or vis to change port mapping.\nvi docker-compose.yml\n# and then, change 8001:80 to any port you want.\n\n#   Start each service command:\ndocker-compose up -d\n\n# after that, you can see the service is running. \n```\n\nIt is important to modify the docker-compose.yml file:\nAdjust the desired HTTP port mapping for each service. \n\n\nAccess each WordPress instance:\n\nOpen your web browser and visit http://localhost:{your-port} where \u003cyour-port\u003e is the HTTP port you specified for each WordPress service.\n\n\n## How it works:\n\nAfter you start a instance of wordpress. You only expose one http port. The DB container doesn't need to expose to a port.  This is because Wordpress connect db via internal docker network. \n\nAs a result, It is not only isolated, but also safe.\n\n\n## How much memory does it take?\n\nAs I tested, it takes 300 to 500MB memory for wordpress + Mysql. It is not a big deal for a modern computer\n\n## How to expose these port to public?\nAs far as I’m concerned, some CDN services, like Cloudflare, provide a service to connect your computer in a LAN to a WAN. Alternatively, you can try other internal network tunneling services.\n\n## Contributing\n\nContributions are welcome! If you find any issues or would like to add new features, please submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrucewind%2Fwordpress-multiple-services-in-one","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrucewind%2Fwordpress-multiple-services-in-one","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrucewind%2Fwordpress-multiple-services-in-one/lists"}