Skip to content
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

Permission for dev user #3

Open
joke2k opened this issue Jun 15, 2018 · 1 comment
Open

Permission for dev user #3

joke2k opened this issue Jun 15, 2018 · 1 comment

Comments

@joke2k
Copy link
Contributor

joke2k commented Jun 15, 2018

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?

@EugenioPetulla
Copy link
Owner

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.

Is it SELinux active on your machine?

I'll continue investigating and keep you updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants