Fix typo in new DDEV database definition

This commit is contained in:
benjamin melançon 2022-05-30 12:21:41 -04:00
parent 2ac3d2187b
commit 489ebb24fa

View file

@ -50,7 +50,7 @@ wget https://gitlab.com/drutopia-platform/build_source/-/raw/master/.gitignore
mkdir -p scripts
wget -O scripts/pull.sh https://gitlab.com/drutopia-platform/build_source/-/raw/master/scripts/pull.sh
chmod +x scripts/pull.sh
ddev config --docroot=web --project-type=drupal9 --composer-version=2 --webserver-type=apache-fpm --database:mariadb:10.5 --php-version=7.4 --create-docroot
ddev config --docroot=web --project-type=drupal9 --composer-version=2 --webserver-type=apache-fpm --database=mariadb:10.5 --php-version=7.4 --create-docroot
ddev start
ddev auth ssh
ddev composer install