Oleh Vehera

Results 14 issues of Oleh Vehera

It is worth trying to set the following environment variable to force start session: ``` services: php: environment: PHP_XDEBUG_START_WITH_REQUEST: "yes" ```

Use the following environment variable definition in docker-compose.override.yml for php container: ``` services: php: environment: PHP_XDEBUG_LOG_LEVEL: 0 ```

It is safe to change the expression because the autoloader script will return the already initiated instance.

In general, Alpine contains the `ps` command but not supports the `-p` option. More detailed info can be found here - https://github.com/wodby/php/issues/130 ## Expected Behavior The managing of the child...

feature request

The Drupal project based on the Docker4Drupal stack performs the HTTP response even if the request comes through Traefik 443 port with SSL. Is there a configuration to pass TLS...

Is there any upgrade guide for setup with 7.8 image tag?

#### Summary Legacy versions 2.x and 3.x of the Compose file format were merged into the Compose Specification. It is implemented in versions 1.27.0 and above (also known as Compose...

## Is your feature request related to a problem? I want to provide a code quality report to the Sonarqube instance. ## Describe the solution you'd like I want to...

Type: enhancement
Status: triage