-
Notifications
You must be signed in to change notification settings - Fork 82
/entrypoint.sh: line 10: /etc/php-fpm.d/www.conf: Permission denied #266
Comments
Hey @gebeer I believe this issue is caused by the docker-compose file that is generated is referencing the wrong location for the ini file we add. I think I have resolved in the latest RC release. You can test it out by installing the RC version with: Let me know if you have questions or still having issues. Thanks! |
Thank you for the quick reply. I upgraded to latest RC and also upgraded the environment. But the old and new docker-compose.yml files are identical and behaviour is still the same. Which php ini file do you suspect being in a wrong location? The only ini file referenced in docker-compose.yml is |
Ok sorry that was not the issue and that is the correct path for the This issue presents itself similar to the other bug I was working on so I thought it was related. I am going to investigate further and will update when I have more info. |
@gebeer Can you make sure you are using the latest docker images by running |
Thank you for the reminder. I have done as advised.
After that
But logs are still not available:
And
|
Describe the bug
When viewing logs with
docker-compose logs -f phpfpm
I get following output:Line 10 in entrypoint.sh tries to write to
/etc/php-fpm.d/www.conf
inside phpfpm container but can't because of missing permissions. Guess, the cat command needs to be executed as root or the file permissions on/etc/php-fpm.d/www.conf
need to be adjusted.I get no further log output.
Steps to Reproduce
10updocker start xxx
docker-compose logs -f phpfpm
Expected behavior
PHP logs should display
Screenshots
Environment information
Additional context
Viewing logs with
10updocker logs phpfpm
results in:as described in #251
The text was updated successfully, but these errors were encountered: