Updated DDEV config to match our documented recommendations
See https://docs.agaric.coop/tools/creating-new-drutopia-site.html Namely the line: ddev config --docroot=web --project-type=drupal9 --composer-version=2 --webserver-type=apache-fpm --mariadb-version=10.5 --php-version=7.4 --create-docroot
This commit is contained in:
parent
8a6a5fb825
commit
600b9a937e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
name: geo
|
name: geo
|
||||||
type: drupal9
|
type: drupal9
|
||||||
docroot: web
|
docroot: web
|
||||||
php_version: "8.0"
|
php_version: "7.4"
|
||||||
webserver_type: apache-fpm
|
webserver_type: apache-fpm
|
||||||
router_http_port: "80"
|
router_http_port: "80"
|
||||||
router_https_port: "443"
|
router_https_port: "443"
|
||||||
|
|
Loading…
Add table
Reference in a new issue