PrivateBin / docker-nginx-fpm-alpine

PrivateBin docker image based on Nginx, php-fpm & Alpine Linux stack
https://hub.docker.com/r/privatebin/nginx-fpm-alpine/
150 stars 57 forks source link

execlineb: fatal: unable to exec /usr/sbin/php-fpm82: No such file or directory #203

Open Marthym opened 1 day ago

Marthym commented 1 day ago

Hi,

Thank for the work.

I have this error every second in docker compose console log from 1.6.1 to 1.7.4

execlineb: fatal: unable to exec /usr/sbin/php-fpm82: No such file or directory

Someone can help ? Thanks

elrido commented 19 hours ago

This sounds like #163, as we have since upgraded to PHP 8.3. The suggestion to avoid this is to ensure that you mount /run and /tmp as tmpfs, so they get cleared up on every service restart. You can also just manually delete the files found in those two mounted volumes, then restart, but you will then hit this again upon our upgrade to PHP 8.4, etc.