dunglas / frankenphp-wordpress

WordPress on FrankenPHP
122 stars 18 forks source link

chown files to root inside container #1

Closed khromov closed 2 years ago

khromov commented 2 years ago

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.