Erik Frèrejean

Results 5 comments of Erik Frèrejean

@Seldaek just to get back to you on your last statement, I've tried that change in a sister project of the project @robertvanlienden used for this test, but that doesn't...

@Seldaek that file does exist in the container. ```shell /app # ls -lha /.dockerenv -rwxr-xr-x 1 root root 0 Oct 12 04:42 /.dockerenv ``` However that made me think that...

No problem :). It was worth a shot, maybe you knew when that file is added to the container 😉 . I think that we'll for now run with the...

I've just encountered this issue and using the workaround from @withinboredom did resolve the exception. In this project the culprit seem to be the monolog logger as that is the...

We have just encountered this same issue on an other project running a more traditional docker setup of nginx/php-fpm/mysql. I haven't seen anything weird in that docker configuration and it...