-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Unlike the php:apache image where Apache drops root privileges to www-data before running any PHP code, the php:fpm image is still running as root.
Since it doesn't actually need root privileges, it would probably be best if php:fpm ran PHP code as a non-root user. In the case of php:fpm, it seems like it should work fine to use a USER fpm without pulling in gosu or anything like that.
commanddotcom
Metadata
Metadata
Assignees
Labels
No labels