Like few mounth, I have a user rights issue that I can't resolve. I work on a CMS which a run on a docker container but I develop in local on my PhpStorm IDE. For the changes to be saved on my IDE, I must be in $user. On the contrary, on my docker container, I must be in www-data so that I can access the site in local.
I found several threads on the subject but none of the solutions worked.
I have try this :
And also this :
But that doesn't work. Actually, My settings are like this :
www-data:x:33:clement clement:x:1000:www-data
My user right :
[
If any of you have an idea of the problem or the soluce, it's with pleasure to receive it !