Hi, the stack looks great but i get file permission errors in docker rootless mode. Could you help me. I see wordpress:fpm runs php as root. But the web files are owned by www-data:www-data that shouldnt be a problem right?
edit
does show www-data in the browser so it seems like php is running correctly as www-data in the nginx container.
edit2, it seems like the mapping of /plugins and /themes to the host is the problem due to running rootless mode. If i leave those out and just manually install the plugins its working fine.