Update DDEV configuration to Elizabeth-like conditions
This commit is contained in:
parent
d4af6b2811
commit
c28e310310
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
name: agaric-coop
|
||||
type: drupal9
|
||||
docroot: web
|
||||
php_version: "7.3"
|
||||
webserver_type: nginx-fpm
|
||||
php_version: "7.4"
|
||||
webserver_type: apache-fpm
|
||||
router_http_port: "80"
|
||||
router_https_port: "443"
|
||||
xdebug_enabled: false
|
||||
additional_hostnames: []
|
||||
additional_fqdns: []
|
||||
mariadb_version: "10.2"
|
||||
mariadb_version: "10.5"
|
||||
mysql_version: ""
|
||||
nfs_mount_enabled: false
|
||||
mutagen_enabled: false
|
||||
|
|
Loading…
Reference in a new issue