diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 622656abf2b..b9f9962ecd5 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -4,8 +4,8 @@ type: php docroot: "" php_version: "7.3" webserver_type: nginx-fpm -router_http_port: "80" -router_https_port: "443" +router_http_port: "8000" +router_https_port: "8443" xdebug_enabled: false additional_hostnames: [] additional_fqdns: []