aboutsummaryrefslogtreecommitdiffstats
path: root/.ddev/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.ddev/config.yaml')
-rw-r--r--.ddev/config.yaml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.ddev/config.yaml b/.ddev/config.yaml
index abf1f85..104fea5 100644
--- a/.ddev/config.yaml
+++ b/.ddev/config.yaml
@@ -2,6 +2,7 @@
name: hubzilla
type: php
docroot: "core"
+composer_root: "core"
php_version: "8.1"
webserver_type: nginx-fpm
router_http_port: "80"
@@ -12,7 +13,3 @@ database:
webimage_extra_packages: [php-gd, php-imagick]
working_dir: { web: '/var/www/html/core' }
nodejs_version: "16"
-
-hooks:
- post-start:
- - exec: 'cp .ddev/nginx_full/nginx-hubzilla.conf.example .ddev/nginx_full/nginx-site.conf'