Replies: 1 comment
-
The exact solution will depend on your specific setup and configuration. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! This seems to be a really cool project :)
Unfortunately, I don't understand how to set correct permissions when using
phpfpm-apache
. I'm always getting Permission errors, likeFailed to open stream: Permission denied
for temporary files created by my php application. In my Docker Composeservice
I'm setting correct values forPUID
andPGID
. Do I have to manually fix permissions using an init script or so?Directories are being created as
root:root
and notwebuser:webgroup
.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions