You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following command will expose the current working directory on port 8080:
15
15
```bash
16
-
$ docker run --name web0 -p 8080:80 -v $PWD:/var/www/html danpoltawski/moodle-php-apache:7.1
16
+
$ docker run --name web0 -p 8080:80 -v $PWD:/var/www/html moodlehq/moodle-php-apache:7.1
17
17
```
18
18
19
19
# Features
20
20
21
21
* Preconfigured with all php extensions required for Moodle development and all database drivers
22
22
* Serves wwroot configured at /var/www/html/
23
-
* Verified by [automated tests](https://travis-ci.org/danpoltawski/moodle-php-apache)
23
+
* Verified by [automated tests](https://travis-ci.org/moodlehq/moodle-php-apache)
24
24
25
25
# Directories
26
26
@@ -33,6 +33,6 @@ To faciliate testing and easy setup the following directories are created and ow
33
33
34
34
# See also
35
35
This container is part of a set of containers for Moodle development, see also:
36
-
*[docker-moodle](https://github.com/danpoltawski/docker-moodle) a docker-composer based set of tools to get Moodle development running with zero configuration
37
-
*[moodle-db-mssql](https://github.com/danpoltawski/moodle-db-mssql) Microsoft SQL Server for Linux configured for Moodle development
38
-
*[moodle-db-oracle](https://github.com/danpoltawski/moodle-db-oracle) Oracle XE configured for Moodle development
36
+
*[docker-moodle](https://github.com/moodlehq/docker-moodle) a docker-composer based set of tools to get Moodle development running with zero configuration
37
+
*[moodle-db-mssql](https://github.com/moodlehq/moodle-db-mssql) Microsoft SQL Server for Linux configured for Moodle development
38
+
*[moodle-db-oracle](https://github.com/moodlehq/moodle-db-oracle) Oracle XE configured for Moodle development
0 commit comments