Enable xdebug. debugging works better that way
This commit is contained in:
parent
93ac22fe41
commit
4718424acc
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ php_version: "7.2"
|
||||||
webserver_type: nginx-fpm
|
webserver_type: nginx-fpm
|
||||||
router_http_port: "80"
|
router_http_port: "80"
|
||||||
router_https_port: "443"
|
router_https_port: "443"
|
||||||
xdebug_enabled: false
|
xdebug_enabled: true
|
||||||
additional_hostnames: []
|
additional_hostnames: []
|
||||||
additional_fqdns: []
|
additional_fqdns: []
|
||||||
mariadb_version: "10.2"
|
mariadb_version: "10.2"
|
||||||
|
|
Loading…
Reference in a new issue