Skip to content

Commit 83b7c1c

Browse files
committed
Update example pull command version number
1 parent ab9c6bd commit 83b7c1c

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)