Skip to content

Commit 4cb14c2

Browse files
author
Rija Ménagé
committed
minor formatting of the CHANGELOG
1 parent afee442 commit 4cb14c2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ CHANGELOG
22

33
## v1: Initial Release
44

5-
* Initial release of a Dockerfile to create a Docker container running Wordpress on Nginx with Encryption (TLS) enabled.
6-
* Page caching and cache purging with FastCGI is enabled, so is Opcode for object caching.
7-
* Cron is enabled. Processes are managed by Supervisord.
8-
* Php-fpm is the application server listening on a TCP port.
9-
* In this release, versions are 1.8 for Nginx, 5.5.* for php-fpm.
10-
* The base OS for the image is Ubuntu 14.04.
11-
* 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.
5+
* Initial release of a Dockerfile to create a Docker container running Wordpress on Nginx with Encryption (TLS) enabled.
6+
* Page caching and cache purging with FastCGI is enabled, so is Opcode for object caching.
7+
* Cron is enabled. Processes are managed by Supervisord.
8+
* Php-fpm is the application server listening on a TCP port.
9+
* In this release, versions are 1.8 for Nginx, 5.5.* for php-fpm.
10+
* The base OS for the image is Ubuntu 14.04.
11+
* 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.
1212
* 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.
1313
* No database server is included in the container, this is a feature.
1414
* No mail server is included in the container, this is a feature.

0 commit comments

Comments
 (0)