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 25102ac + 4c8a652 commit 5ff3912Copy full SHA for 5ff3912
README.md
@@ -27,7 +27,7 @@ export MOODLE_DOCKER_WWWROOT=./moodle
27
export MOODLE_DOCKER_DB=pgsql
28
29
# Get Moodle code, you could select another version branch (skip this if you already got the code)
30
-git clone -b MOODLE_403_STABLE git://git.moodle.org/moodle.git $MOODLE_DOCKER_WWWROOT
+git clone -b [MOODLE_BRANCH] git://git.moodle.org/moodle.git $MOODLE_DOCKER_WWWROOT
31
32
# Ensure customized config.php for the Docker containers is in place
33
cp config.docker-template.php $MOODLE_DOCKER_WWWROOT/config.php
0 commit comments