diff options
Diffstat (limited to '.ddev/config.yaml')
-rw-r--r-- | .ddev/config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 20b7d2f..84dd754 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -5,7 +5,7 @@ name: faktura type: php -docroot: "" +docroot: "web" php_version: "8.1" webserver_type: nginx-fpm xdebug_enabled: false |