Update DDEV configuration
This commit is contained in:
parent
c409a1d291
commit
0fbc4b617c
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue