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
Hi, actually the public/ and config/ folder are generated with write permission only for www-data user.
In order to allow the development of plugin or themes we need to relax some auth.
I tried to add myself to www-data with:
sudo usermod -a -G www-data joke2k
but isn't enough, because permissions are 755 and the groupers cannot write.
What's your best practice to solve it with wordmove in mind?
Changemod everything?
The text was updated successfully, but these errors were encountered:
Hi @joke2k,
I think it's a docker permission related issue.
I'm investigating because I'm sure that this not happens on Mac and on some linux machine.
I'll try to use the :Z flag on volumes in the docker-compose.yml but it depends a lot on how the original docker file was made and I'm using the official containers for all the software.
Hi, actually the public/ and config/ folder are generated with write permission only for www-data user.
In order to allow the development of plugin or themes we need to relax some auth.
I tried to add myself to www-data with:
but isn't enough, because permissions are 755 and the groupers cannot write.
What's your best practice to solve it with wordmove in mind?
Changemod everything?
The text was updated successfully, but these errors were encountered: