cachethq / Docker

A Dockerized version of Cachet.
https://cachethq.io
BSD 3-Clause "New" or "Revised" License
415 stars 280 forks source link

Fix for 'FPM initialisation failed'. #376

Closed rossigee closed 1 year ago

rossigee commented 4 years ago

I found this was needed to avoid the following errors when running the latest docker image cachethq/Docker.

2020-05-11 11:10:51,534 INFO spawned: 'php-fpm' with pid 88
[11-May-2020 11:10:51] ERROR: [pool www] please specify user and group other than root
[11-May-2020 11:10:51] ERROR: [pool www] please specify user and group other than root
[11-May-2020 11:10:51] ERROR: FPM initialization failed
[11-May-2020 11:10:51] ERROR: FPM initialization failed
2020-05-11 11:10:51,576 INFO exited: php-fpm (exit status 78; not expected)