Skip to content

tropicloud-2k/wp-micro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

(wpm+) wp-micro

A Dockerfile for deploying Bedrock based WordPress sites.

What's included?

  • Nginx
  • PHP-FPM
  • MariaDB
  • Composer
  • WP-CLI
  • mSMTP
  • Support for Redis (object cache)
  • Support for Memcached (in-memory full page cache)

Requirements

  • Docker
  • A domain pointing to your Docker host

Installation

git clone https://github.com/tropicloud/wp-micro.git
docker build -t wp-micro wp-micro
docker run -it -p 80:80 -p 443:443 -h example.com wp-micro

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published