Downgrade to php 8.1 (and use dns when possible with ddev!...pls)
This commit is contained in:
parent
a9eb5fa2c9
commit
686046ddc8
2 changed files with 116 additions and 415 deletions
|
@ -1,7 +1,7 @@
|
|||
name: geo-coop
|
||||
type: drupal11
|
||||
docroot: web
|
||||
php_version: "8.3"
|
||||
php_version: "8.1"
|
||||
webserver_type: apache-fpm
|
||||
xdebug_enabled: false
|
||||
additional_hostnames: []
|
||||
|
@ -9,7 +9,7 @@ additional_fqdns: []
|
|||
database:
|
||||
type: mariadb
|
||||
version: "10.5"
|
||||
use_dns_when_possible: false
|
||||
use_dns_when_possible: true
|
||||
composer_version: "2"
|
||||
web_environment: []
|
||||
nodejs_version: "16"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue