Roadrunner without FPM #204
Unanswered
jaybhattcscgfm
asked this question in
Q&A
Replies: 1 comment 3 replies
-
As of now, Docker images for the RoadRunner variant are built from php-cli and do not include any PHP FPM binaries. You can quickly verify this by running a command like docker run -it shinsenter/roadrunner:latest php-fpm -V You will get:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Does RoadRunner come with FPM enabled by default? Is there a way to completely remove FPM? I’d prefer not to deal with workers or child processes.
Beta Was this translation helpful? Give feedback.
All reactions