Skip to content

Commit 70cff06

Browse files
authored
Merge pull request #199 from andrewnicols/updateVersionExample
Update version example
2 parents 9dc1cc2 + 83b7c1c commit 70cff06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ A Moodle PHP environment configured for Moodle development based on [Official PH
3535
## Example usage
3636
The following command will expose the current working directory on port 8080:
3737
```bash
38-
$ docker run --name web0 -p 8080:80 -v $PWD:/var/www/html moodlehq/moodle-php-apache:7.1
38+
$ docker run --name web0 -p 8080:80 -v $PWD:/var/www/html moodlehq/moodle-php-apache:8.3
3939
```
4040

4141
## Features

0 commit comments

Comments
 (0)