DEV Community

Discussion on: How to use Docker for easy and fast WordPress development

Collapse
 
napolux profile image
Francesco Napoletano

Well, if you have problems, go with 777 and be happy :P

I don't have any problem, my folder is at 644

Thread Thread
 
marvelouswololo profile image
MarvelousWololo

bro go with 777 is almost always a terrible idea. :(

Thread Thread
 
napolux profile image
Francesco Napoletano

It is in general. Probably not in this specific case ;-)

Thread Thread
 
iwasherefirst2 profile image
Adam Nielsen • Edited

I have the same issue. The files are all owned by www-data:www-data and have permission 644 - I don't have permissions to edit/create because my user is adam and even if I add me to group www-data I won't get access. Any advice? And how would you do it with 777 permission? Would you change the permission each time you create a new file?