We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545e85e commit 91ab260Copy full SHA for 91ab260
1 file changed
README.md
@@ -23,9 +23,20 @@ apache:
23
* ENVIRONMENT defaults to dev
24
25
26
-## How to use PHP 5.4
+## How to use a different PHP version
27
+
28
+Append one of the available version numbers to the image name.
29
30
+### Example:
31
32
```
33
apache:
34
image: yappabe/apache-php:5.4
35
36
37
+### Available versions
38
39
+- 5.6
40
+- 5.4
41
+- 5.3
42
+- 5.2
0 commit comments