Skip to content

Commit

Permalink
minor formatting of the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Rija Ménagé committed Jan 25, 2016
1 parent afee442 commit 4cb14c2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4cb14c2

Please sign in to comment.