{"id":15026942,"url":"https://github.com/trafex/docker-wordpress","last_synced_at":"2025-05-16T00:08:00.763Z","repository":{"id":47039743,"uuid":"65668333","full_name":"TrafeX/docker-wordpress","owner":"TrafeX","description":"WordPress container with Nginx 1.26 \u0026 PHP-FPM 8.4 based on Alpine Linux","archived":false,"fork":false,"pushed_at":"2025-05-04T19:38:43.000Z","size":156,"stargazers_count":279,"open_issues_count":1,"forks_count":147,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-05-16T00:07:47.967Z","etag":null,"topics":["alpine","alpine-linux","container","containers","docker","docker-compose","docker-wordpress","nginx","php","php8","php8-docker","php8-fpm","wordpress","wordpress-container","wp-cli"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/trafex/wordpress/","language":"Dockerfile","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/TrafeX.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-08-14T13:46:24.000Z","updated_at":"2025-05-10T00:40:41.000Z","dependencies_parsed_at":"2023-02-18T19:31:03.815Z","dependency_job_id":"d681cc84-a030-470d-8192-8e148bed1398","html_url":"https://github.com/TrafeX/docker-wordpress","commit_stats":{"total_commits":128,"total_committers":11,"mean_commits":"11.636363636363637","dds":0.15625,"last_synced_commit":"238da2b516990a2ef411e5c6905e6bc3964bd129"},"previous_names":[],"tags_count":80,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrafeX%2Fdocker-wordpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrafeX%2Fdocker-wordpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrafeX%2Fdocker-wordpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrafeX%2Fdocker-wordpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TrafeX","download_url":"https://codeload.github.com/TrafeX/docker-wordpress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254442854,"owners_count":22071878,"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":["alpine","alpine-linux","container","containers","docker","docker-compose","docker-wordpress","nginx","php","php8","php8-docker","php8-fpm","wordpress","wordpress-container","wp-cli"],"created_at":"2024-09-24T20:05:26.657Z","updated_at":"2025-05-16T00:07:55.737Z","avatar_url":"https://github.com/TrafeX.png","language":"Dockerfile","readme":"\n# WordPress Docker Container\n\nLightweight WordPress container with Nginx 1.26 \u0026 PHP-FPM 8.4 based on Alpine Linux.\n\n_WordPress version currently installed:_ **6.7.2**\n\n* Used in production for many sites, making it stable, tested and up-to-date\n* Optimized for 100 concurrent users\n* Optimized to only use resources when there's traffic (by using PHP-FPM's ondemand PM)\n* Works with Amazon Cloudfront or CloudFlare as SSL terminator and CDN\n* Multi-platform, supporting AMD4, ARMv6, ARMv7, ARM64\n* Built on the lightweight Alpine Linux distribution\n* Small Docker image size (+/-90MB)\n* Uses PHP 8.4 for the best performance, low cpu usage \u0026 memory footprint\n* Can safely be updated without losing data\n* Fully configurable because wp-config.php uses the environment variables you can pass as an argument to the container\n\n[![Docker Pulls](https://img.shields.io/docker/pulls/trafex/wordpress.svg)](https://hub.docker.com/r/trafex/wordpress/)\n![nginx 1.26](https://img.shields.io/badge/nginx-1.26-brightgreen.svg)\n![php 8.4](https://img.shields.io/badge/php-8.4-brightgreen.svg)\n![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)\n\n## [![Trafex Consultancy](https://timdepater.com/logo/mini-logo.png)](https://timdepater.com?mtm_campaign=github)\nI can help you with [Containerization, Kubernetes, Monitoring, Infrastructure as Code and other DevOps challenges](https://timdepater.com/?mtm_campaign=github).\n\n## Usage\nSee [docker-compose.yml](https://github.com/TrafeX/docker-wordpress/blob/master/docker-compose.yml) how to use it in your own environment.\n\n    docker-compose up\n\nOr\n\n    docker run -d -p 80:80 -v /local/folder:/var/www/wp-content \\\n    -e \"DB_HOST=db\" \\\n    -e \"DB_NAME=wordpress\" \\\n    -e \"DB_USER=wp\" \\\n    -e \"DB_PASSWORD=secret\" \\\n    -e \"FS_METHOD=direct\" \\\n    trafex/wordpress\n\n### WP-CLI\n\nThis image includes [wp-cli](https://wp-cli.org/) which can be used like this:\n\n    docker exec \u003cyour container name\u003e /usr/local/bin/wp --path=/usr/src/wordpress \u003cyour command\u003e\n\n\n## Inspired by\n\n* https://hub.docker.com/_/wordpress/\n* https://codeable.io/wordpress-developers-intro-to-docker-part-two/\n* https://github.com/TrafeX/docker-php-nginx/\n* https://github.com/etopian/alpine-php-wordpress\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrafex%2Fdocker-wordpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrafex%2Fdocker-wordpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrafex%2Fdocker-wordpress/lists"}