I have some containers working in Docker on LE. I set them with PGID and PUID as 1000 and they work ok but then there are some other containers that I've tried to run with the same permissions and I get: "Permission denied" error. Why is that?
Ok, I can see that the USB HDD that the problematic containers are located on had root/root permissions but I can't change it to 755 with 'chmod 755 /var/media/CE' How do I change it?