Skip to content

Commit d9a4943

Browse files
committed
Update README.md
1 parent a757bdb commit d9a4943

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ Add the following to your docker-compose.yml file:
77
```
88
apache:
99
image: yappabe/apache-php
10-
ports:
11-
- 80:80
1210
links:
1311
- mysql
1412
volumes_from:
1513
- app
1614
environment:
1715
DOCUMENT_ROOT: /var/www/app/web
18-
ENVIRONEMENT: dev
16+
ENVIRONMENT: dev
1917
```
2018

2119
## ENV vars
@@ -24,9 +22,8 @@ apache:
2422
* ENVIRONEMENT defaults to dev
2523

2624

27-
## Older PHP version
25+
## How to use PHP 5.4
2826

29-
```
3027
```
3128
apache:
3229
image: yappabe/apache-php:5.4

0 commit comments

Comments
 (0)