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.
1 parent a757bdb commit d9a4943Copy full SHA for d9a4943
README.md
@@ -7,15 +7,13 @@ Add the following to your docker-compose.yml file:
7
```
8
apache:
9
image: yappabe/apache-php
10
- ports:
11
- - 80:80
12
links:
13
- mysql
14
volumes_from:
15
- app
16
environment:
17
DOCUMENT_ROOT: /var/www/app/web
18
- ENVIRONEMENT: dev
+ ENVIRONMENT: dev
19
20
21
## ENV vars
@@ -24,9 +22,8 @@ apache:
24
22
* ENVIRONEMENT defaults to dev
25
23
26
27
-## Older PHP version
+## How to use PHP 5.4
28
29
-```
30
31
32
image: yappabe/apache-php:5.4
0 commit comments