From 4cb14c22635e028c27958b610dc62db5bee41815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rija=20Me=CC=81nage=CC=81?= Date: Mon, 25 Jan 2016 18:28:26 +0800 Subject: [PATCH] minor formatting of the CHANGELOG --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65f36a9..b5a5e0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,13 @@ CHANGELOG ## v1: Initial Release -* Initial release of a Dockerfile to create a Docker container running Wordpress on Nginx with Encryption (TLS) enabled. -* Page caching and cache purging with FastCGI is enabled, so is Opcode for object caching. -* Cron is enabled. Processes are managed by Supervisord. -* Php-fpm is the application server listening on a TCP port. -* In this release, versions are 1.8 for Nginx, 5.5.* for php-fpm. -* The base OS for the image is Ubuntu 14.04. -* A TLS certificate can be created and renewed with one bash command using the included Let’s Encrypt ACME client with no need for configuring Nginx for standard use case. +* Initial release of a Dockerfile to create a Docker container running Wordpress on Nginx with Encryption (TLS) enabled. +* Page caching and cache purging with FastCGI is enabled, so is Opcode for object caching. +* Cron is enabled. Processes are managed by Supervisord. +* Php-fpm is the application server listening on a TCP port. +* In this release, versions are 1.8 for Nginx, 5.5.* for php-fpm. +* The base OS for the image is Ubuntu 14.04. +* A TLS certificate can be created and renewed with one bash command using the included Let’s Encrypt ACME client with no need for configuring Nginx for standard use case. * Standard use case for this Dockerfile is running the latest version of single site Wordpress with one domain name domain.tld, also aliased as www.domain.tld and with TLS encryption enabled for the whole web site. * No database server is included in the container, this is a feature. * No mail server is included in the container, this is a feature.