Skip to content

Commit

Permalink
install-database.php never had a --allow-unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
OdyX committed Sep 7, 2021
1 parent ba2410b commit 2c1e887
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/moodle-compose
Expand Up @@ -75,7 +75,6 @@ if [ -n "$1" ]; then
# Standard local installation
ARGS="exec webserver php admin/cli/install_database.php"
ARGS="$ARGS --agree-license"
ARGS="$ARGS --allow-unstable"
ARGS="$ARGS --fullname=${MOODLE_CODENAME}"
ARGS="$ARGS --shortname=${MOODLE_CODENAME}"
ARGS="$ARGS --adminemail=admin@${MOODLE_DOCKER_WEB_HOST}"
Expand Down

0 comments on commit 2c1e887

Please sign in to comment.