File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ The following command will expose the current working directory on port 8080:
1010$ docker run --name web0 -p 8080:80 -v $PWD :/var/www/html danpoltawski/moodle-php-apache:7.1
1111```
1212
13+ # Features
14+
15+ * Preconfigured with all php extensions required for Moodle development and all database drivers
16+ * Serves wwroot configured at /var/www/html/
17+ * Verified by [ automated tests] ( https://travis-ci.org/danpoltawski/moodle-php-apache )
18+
1319# Versions
1420
1521| PHP Version | Tag | Status |
1622| --------------| -----| --------|
1723| 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 ) |
1824| 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 ) |
1925| 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 ) |
20-
21- # Features
22-
23- * Preconfigured with all php extensions required for Moodle development and all database drivers
24- * Serves wwroot configured at /var/www/html/
25- * Verified by [ automated tests] ( https://travis-ci.org/danpoltawski/moodle-php-apache )
You can’t perform that action at this time.
0 commit comments