We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 026d279Copy full SHA for 026d279
README.md
@@ -0,0 +1,13 @@
1
+# nginx-php-fpm
2
+This docker file is used to build a docker image runs:
3
+nginx 1.12.1
4
+php-fpm 5.6.31
5
+Based on php:5.6.31-fpm-alpine
6
+Also support:
7
+ssl:hacha20_poly1305
8
+certificate transparency 1.3.2
9
+Brotli 1.0.2
10
+TLS dynamic record sizing patch
11
+memcached
12
+
13
+It is used for my wordress environment.
0 commit comments