Skip to content
/ wordpress-codebuild Public template

Wordpress with Apache 2.4.x and PHP-FPM running in Docker.

Notifications You must be signed in to change notification settings

gweecl/wordpress-codebuild

Repository files navigation

Wordpress

Wordpress with Apache 2.4.x and PHP-FPM running in Docker

Prerequisites

Get Started

Running Apache 2.4.x and PHP-FPM

docker-compose up

Or, Running Apache with phpMyAdmin and MariaDB

docker-compose -f docker-compose.yml -f docker-compose.local.yml up

WordPress Local Setup

Open the terminal. Run the script 'local-build.sh'.

./<fileName>

Open http://localhost/wp-admin/ in browser,use username admin and password admin to login.

WordPress General Guideline

  • The highest the plugin download number is better.
  • The plugin must still actively develop by author.
  • Security vulnerability found in https://wpvulndb.com/ must be already had security fixes.

About

Wordpress with Apache 2.4.x and PHP-FPM running in Docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published