A single container LEMP complete fullstack with latest release of PHP8.0.30/8.1.29/8.2.23/8.3.11, MySQL, nginx, PostgreSQL, mailcatcher, beanstalkd, elasticsearch, memcached, redis, adminer and all you ever need; on top alpine3.17+ for both arm and amd arch
docker container cannot run PHP file. What I saw in the log of container
2022-06-07 05:23:07,729 INFO spawnerr: can't find command 'php-fpm'
2022-06-07 05:23:04,705 INFO spawnerr: can't find command 'php-fpm'
2022-06-07 05:23:07,730 INFO gave up: php-fpm entered FATAL state, too many start retries too quickly
if I type
# which php-fpm
it returns nothing. It is likely that php-fpm is failed to installed.
If I use docker image adhocore/lemp:8.0 then it works.
Hi,
I run this command using docker image adhocore/lemp:8.1
docker container cannot run PHP file. What I saw in the log of container
if I type
it returns nothing. It is likely that php-fpm is failed to installed.
If I use docker image adhocore/lemp:8.0 then it works.
if I type
My environment