Skip to content

Commit 48db478

Browse files
authored
Update README.md
1 parent 6258ee8 commit 48db478

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# moodle-php-apache: A Moodle PHP Environment
22

3-
A Moodle PHP environment configured for Moodle development.
3+
A Moodle PHP environment configured for Moodle development based on [Official PHP Images](https://hub.docker.com/_/php/).
44

5-
PHP and Apache configured to serve /var/www/html/ based on [Official PHP Images](https://hub.docker.com/_/php/) with php extensions required for all Moodle database drivers and extensions.
5+
# Versions
6+
7+
| PHP Version | Tag | Status |
8+
|--------------|-----|--------|
9+
| PHP 7.1 | 7.1 | [![Build Status](https://travis-ci.org/danpoltawski/moodle-php-apache.svg?branch=php71)](https://travis-ci.org/danpoltawski/moodle-php-apache)|
10+
| PHP 7.0 | 7.0 | [![Build Status](https://travis-ci.org/danpoltawski/moodle-php-apache.svg?branch=php70)](https://travis-ci.org/danpoltawski/moodle-php-apache)|
11+
|PHP 5.6 | 5.6 | [![Build Status](https://travis-ci.org/danpoltawski/moodle-php-apache.svg?branch=php56)](https://travis-ci.org/danpoltawski/moodle-php-apache)|
612

713
# Example usage
814
The following command will expose the current working directory on port 8080:
@@ -16,10 +22,4 @@ $ docker run --name web0 -p 8080:80 -v $PWD:/var/www/html danpoltawski/moodle-p
1622
* Serves wwroot configured at /var/www/html/
1723
* Verified by [automated tests](https://travis-ci.org/danpoltawski/moodle-php-apache)
1824

19-
# Versions
2025

21-
| PHP Version | Tag | Status |
22-
|--------------|-----|--------|
23-
| PHP 7.1 | 7.1 | [![Build Status](https://travis-ci.org/danpoltawski/moodle-php-apache.svg?branch=php71)](https://travis-ci.org/danpoltawski/moodle-php-apache)|
24-
| PHP 7.0 | 7.0 | [![Build Status](https://travis-ci.org/danpoltawski/moodle-php-apache.svg?branch=php70)](https://travis-ci.org/danpoltawski/moodle-php-apache)|
25-
|PHP 5.6 | 5.6 | [![Build Status](https://travis-ci.org/danpoltawski/moodle-php-apache.svg?branch=php56)](https://travis-ci.org/danpoltawski/moodle-php-apache)|

0 commit comments

Comments
 (0)