Skip to content

Commit b8c1694

Browse files
committed
Fixed syntax error in the README
1 parent 9fdc0f8 commit b8c1694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
Lightweight WordPress container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux.
55

6-
_WordPress version currently installed:_ **5.2.3*
6+
_WordPress version currently installed:_ **5.2.3**
77

88
* Used in production for my own sites, making it stable, tested and up-to-date
99
* Optimized for 100 concurrent users
1010
* Optimized to only use resources when there's traffic (by using PHP-FPM's ondemand PM)
1111
* Best to be used with Amazon Cloudfront as SSL terminator and CDN
1212
* Built on the lightweight Alpine Linux distribution
13-
* Small Docker image size (+/-45MB)
13+
* Small Docker image size (+/-50MB)
1414
* Uses PHP 7.3 for better performance, lower cpu usage & memory footprint
1515
* Can safely be updated without losing data
1616
* Fully configurable because wp-config.php uses the environment variables you can pass as a argument to the container

0 commit comments

Comments
 (0)