From f0f7194403b8308474010e50237de40d3222f003 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Fri, 27 Sep 2024 13:24:25 -0400 Subject: [PATCH] Recommend to use the latest version in the example usage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c37e92d..627c9bd 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ A Moodle PHP environment configured for Moodle development based on [Official PH ## Example usage The following command will expose the current working directory on port 8080: ```bash -$ 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 ``` ## Features