-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Writing permissions #67
Comments
Are you using windows or Ubuntu ? Which PHP version do you use ? |
Hi! I am using Ubuntu 18.04, Docker version 18.09.7 build 2d0083d |
@javlonbek-sharipov this sound like #41 does the steps there help you with your problem ? |
You can try pass rw permissions to container.
Try modify files volume with Reply if helps |
Just so you know... adding rw worked in an ubuntu distro. |
@wi1w thanks! |
This solve basic file operations problem. |
Docker Windows 10 WSL backend, updated file/folder permission but still the issue exists. |
Having same issue using php8 and php74 |
do you run your docker daemon inside a wsl linux container or on the machine its self ? |
I have a problem with write permission on /var/www/html directory.
How can I fix it?
The text was updated successfully, but these errors were encountered: