-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tweaks to docs, added a changelog for the initial relase
- Loading branch information
Rija Ménagé
committed
Jan 25, 2016
1 parent
ec0cda5
commit afee442
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
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. | ||
* 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. | ||
* An automated build for this Dockerfile can be pulled from Docker Hub. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters