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.
2 parents 9dc1cc2 + 83b7c1c commit 70cff06Copy full SHA for 70cff06
README.md
@@ -35,7 +35,7 @@ A Moodle PHP environment configured for Moodle development based on [Official PH
35
## Example usage
36
The following command will expose the current working directory on port 8080:
37
```bash
38
-$ docker run --name web0 -p 8080:80 -v $PWD:/var/www/html moodlehq/moodle-php-apache:7.1
+$ docker run --name web0 -p 8080:80 -v $PWD:/var/www/html moodlehq/moodle-php-apache:8.3
39
```
40
41
## Features
0 commit comments