Replies: 5 comments
-
|
The I think the |
Beta Was this translation helpful? Give feedback.
-
|
So what's the solution here? Is there something that can be done to prevent permission denied when trying to open |
Beta Was this translation helpful? Give feedback.
-
|
this answer has 28 upvotes and says to set: which is also the setting in |
Beta Was this translation helpful? Give feedback.
-
|
I think the conclusion in docker-library/php#878 is that this is complicated and often doesn't work at all -- I don't think anyone's found a good generally applicable workaround for it. |
Beta Was this translation helpful? Give feedback.
-
|
what about this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are using the
wordpress:php7.4-fpm-alpineimage. We are logging to STDERR using following as example:but do not see the message in Docker logs. If we replace
/dev/stderrwith a local filename such as/var/www/html/wp-debug.logthe message does appear there.Things we tried (none of which worked):
/dev/stderrwith/proc/self/fd/2/dev/stderrwith/proc/1/fd/2we have verified
catch_workers_outputis set toyesin/usr/local/etc/php-fpm.d/docker.conf.below are the different kinds of error messages in wordpress logs:
the
/dev/stderrdoes clearly exist:Beta Was this translation helpful? Give feedback.
All reactions