{"id":25943724,"url":"https://github.com/nmarley/wp-docker-setup","last_synced_at":"2026-04-28T21:34:58.248Z","repository":{"id":146696135,"uuid":"85641134","full_name":"nmarley/wp-docker-setup","owner":"nmarley","description":"Dockerized WordPress Setup","archived":false,"fork":false,"pushed_at":"2017-03-21T00:50:54.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-07T08:43:38.320Z","etag":null,"topics":["docker","mysql","php","wordpress"],"latest_commit_sha":null,"homepage":null,"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/nmarley.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-03-21T00:29:48.000Z","updated_at":"2017-03-21T00:44:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"d4d83e26-f70c-47b3-a86e-1241af8755d7","html_url":"https://github.com/nmarley/wp-docker-setup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nmarley/wp-docker-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmarley%2Fwp-docker-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmarley%2Fwp-docker-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmarley%2Fwp-docker-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmarley%2Fwp-docker-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nmarley","download_url":"https://codeload.github.com/nmarley/wp-docker-setup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmarley%2Fwp-docker-setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32400868,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: 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","mysql","php","wordpress"],"created_at":"2025-03-04T07:18:24.105Z","updated_at":"2026-04-28T21:34:58.243Z","avatar_url":"https://github.com/nmarley.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dockerized WordPress Setup\n\nTried to build this the proper way, instead of sticking everything into one\ncontainer.\n\n### Steps to Install/Run:\n\n1. Extract recent version of WordPress to shared/code:\n\n    ```\n    curl -s https://wordpress.org/latest.tar.gz | gzip -d | pax -r -s :^wordpress:shared/code:\n    chmod 0777 shared/code\n    ```\n\n2. Build php-fpm image w/mysqli:\n\n    ```\n    (cd php \u0026\u0026 docker build -t php:7-fpm-alpine-mysqli .)\n    ```\n\n3. Place necessary configuration files in `nginx/`, `mysql/`, `php/`.\n\n  * SSL files go in `nginx/ssl`\n  * set proper defaults for `nginx/vars.env` and `mysql/vars.env`\n  * any other configuration changes you desire\n\n4. Start all services with docker-compose\\*:\n\n    ```\n    docker-compose up -d\n    ```\n\n* Note: Ubuntu is notoriously slow about updating packages. As of 2017-03-20, the version of docker-compose that ships with Ubuntu 16.10 is really old and won't work with this docker-compose file. You will need to install the updated binary yourself.\n\n### To stop all services:\n\n    docker-compose down\n\n### Post-Install\n\nAfter installing WordPress via the web interface, you might want to lock down the code directory permissions:\n\n    chmod 0755 shared/code\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnmarley%2Fwp-docker-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnmarley%2Fwp-docker-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnmarley%2Fwp-docker-setup/lists"}