Skip to content

Commit 5814b63

Browse files
committed
Updated README
1 parent deb41f6 commit 5814b63

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
Wordpress container with Nginx 1.10 & PHP-FPM 7.0 based on Alpine Linux.
44

5-
* Used in production for my own sites, making it stable and always up-to-date
5+
* Used in production for my own sites, making it stable, tested and up-to-date
66
* Optimized for 50 concurrent users
7-
* Optimized for low resource usage (by using PHP-FPM's ondemand PM)
7+
* Optimized to only use resources when there's traffic (by using PHP-FPM's ondemand PM)
88
* Best to be used with Amazon Cloudfront as SSL terminator and CDN
9-
* Uses PHP 7.0 for better performance, lower cpu & memory usage
9+
* Built on the lightweight Alpine Linux distribution
10+
* Small Docker image size (+/-45MB)
11+
* Uses PHP 7.0 for better performance, lower cpu usage & memory footprint
1012
* Can safely be updated without loosing data
1113

1214
[![Docker Pulls](https://img.shields.io/docker/pulls/trafex/wordpress.svg)](https://hub.docker.com/r/trafex/wordpress/)

0 commit comments

Comments
 (0)