Update DDEV configuration

This commit is contained in:
Chris Thompson 2022-11-16 14:40:08 -05:00
parent c409a1d291
commit 0fbc4b617c

View file

@ -1,7 +1,7 @@
name: agaric-coop
type: drupal9
docroot: web
php_version: "7.4"
php_version: "8.1"
webserver_type: apache-fpm
router_http_port: "80"
router_https_port: "443"
@ -10,11 +10,11 @@ additional_hostnames: []
additional_fqdns: []
database:
type: mariadb
version: "10.5"
version: "10.3"
nfs_mount_enabled: false
mutagen_enabled: false
webimage_extra_packages: [rake, sassc]
use_dns_when_possible: false
use_dns_when_possible: true
composer_version: "2"
web_environment: []
nodejs_version: "16"