You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, I don't understand how to set correct permissions when using phpfpm-apache. I'm always getting Permission errors, like Failed to open stream: Permission denied for temporary files created by my php application. In my Docker Compose service I'm setting correct values for PUID and PGID. Do I have to manually fix permissions using an init script or so?
Directories are being created as root:root and not webuser:webgroup.
The exact solution will depend on your specific setup and configuration.
If you are using Docker on Windows Subsystem for Linux (WSL), there are a few things in #22 to consider when setting up file permissions.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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 deniedfor temporary files created by my php application. In my Docker ComposeserviceI'm setting correct values forPUIDandPGID. Do I have to manually fix permissions using an init script or so?Directories are being created as
root:rootand notwebuser:webgroup.Thanks!
All reactions