Oleh Vehera

Results 17 comments of Oleh Vehera

You have 8000 port defined instead of 80, so fallback from https to http wouldn't work as expected. Why is it still routed to http? That depends on the proper...

Just try `docker-compose run --rm php '/bin/bash'`

The second argument of Resque::enqueue method call needs to be a valid classname.

It looks like the issue is outdated now. The "Open in Gitpod" button was added at the Drupal Gitlab project page as the option in addition to the existing "Open...

Please check an example of how to decrease xdebug logging level using the environment variable https://github.com/wodby/docker4drupal/issues/507

Does any related PR exist to have similar behavior on providing proto based on the configuration in dev mode?

The `php` image already uses the default log level value if xdebug is enabled. In case I want to change the log level I'll uncomment the line and set a...

Added related PR https://github.com/wodby/php/pull/184