FrankenPHP seems to run as root inside the container, but files are chowned to www-data:www-data. This makes it impossible to install new plugins via "Plugins > Add new" in the admin since WP is a bit finicky and wants the files to not only be writable by the web server process but also be owned by it.
FrankenPHP seems to run as
root
inside the container, but files are chowned towww-data:www-data
. This makes it impossible to install new plugins via "Plugins > Add new" in the admin since WP is a bit finicky and wants the files to not only be writable by the web server process but also be owned by it.