We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7787ef + 900101a commit 287939fCopy full SHA for 287939f
1 file changed
bin/moodle_install
@@ -7,6 +7,9 @@ REPO_DIR=$(dirname $BIN_DIR)
7
cd $REPO_DIR
8
git clone https://github.com/moodlehq/moodle-docker
9
cd moodle-docker
10
+# Avoid using postgres:12
11
+git checkout ec0bcf82b7
12
+
13
git clone -b MOODLE_34_STABLE git://git.moodle.org/moodle.git
14
cp config.docker-template.php ./moodle/config.php
15
sed -i.org -e "s/MOODLE_DOCKER_DBUSER: moodle/MOODLE_DOCKER_DBUSER: moodleuser/" -e "s/POSTGRES_USER: moodle/POSTGRES_USER: moodleuser/" base.yml
0 commit comments