Bring DDEV config up to speed- composer 2, apache
This commit is contained in:
parent
5e599acdbc
commit
845114fded
1 changed files with 3 additions and 5 deletions
|
@ -1,20 +1,18 @@
|
|||
APIVersion: v1.13.1
|
||||
name: geo
|
||||
type: drupal8
|
||||
docroot: web
|
||||
php_version: "7.3"
|
||||
webserver_type: nginx-fpm
|
||||
webserver_type: apache-fpm
|
||||
router_http_port: "80"
|
||||
router_https_port: "443"
|
||||
xdebug_enabled: false
|
||||
additional_hostnames: []
|
||||
additional_fqdns: []
|
||||
mariadb_version: "10.1"
|
||||
mariadb_version: "10.3"
|
||||
nfs_mount_enabled: false
|
||||
provider: default
|
||||
use_dns_when_possible: false
|
||||
timezone: ""
|
||||
|
||||
composer_version: "2"
|
||||
|
||||
# This config.yaml was created with ddev version v1.13.1
|
||||
# webimage: drud/ddev-webserver:v1.13.1
|
||||
|
|
Loading…
Add table
Reference in a new issue