Chingis

Results 127 comments of Chingis

You're right, it actually works to my surprise. I'm using helm but not Helm CLI and turns out Helm has some very obscure way to override namespace (via kube client...

if you want to change php version you should update `PHP_TAG` in `.env` instead `docker-compose.yml`. The 7.4 version no longer supported so you will get the error with the latest...

Maybe this https://github.com/BrowserSync/browser-sync/issues/1765 (try node 16 or 18)? Anyway I don't think this is a docker4drupal or wodby/node issue

Hi, why set log level to 0? We probably do need to change the default to `3`

> Unless xdebux connection is not configured by a developer default value is enough to help establish it. The current default log level is 7 which information, I guess it...

you can try setting `NGINX_VHOST_PRESET=php` to use a generic php preset, or

or you can use `$NGINX_CONF_INCLUDE` to override the virtual host config

Do you have any errors/warnings in xdebug logs in 3.2.x version when it's not working?

You're on Linux but have the following line ``` PHP_XDEBUG_CLIENT_HOST: host.docker.internal # Docker 18.03+ Mac/Win ``` you should comment it and uncomment: ``` # PHP_XDEBUG_CLIENT_HOST: 172.17.0.1 # Linux ```