Fix typo in new DDEV database definition
This commit is contained in:
parent
2ac3d2187b
commit
489ebb24fa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue