What to use for a clean Symfony dev docker configuration? #93
Answered
by
dunglas
jessybreyne
asked this question in
Q&A
|
What is the difference betwen the I'm totally lost in the initialization of my docker for Symfony. Do you have projects example? Does Symfony manage Docker stuff or do we have to do all the |
Answered by
dunglas
Nov 8, 2022
Replies: 1 comment
|
Symfony Docker uses PHP FPM (for now). FrankenPHP is an alternative SAPI but is still experimental. |
0 replies
Answer selected by
dunglas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Symfony Docker uses PHP FPM (for now). FrankenPHP is an alternative SAPI but is still experimental.
dunglas/frankenphpcontains this experimental SAPI/app server,dunglas/frankenphp-democontains a FrankenPHP demo project using Symfony anddunglas/symfony-dockercontains a Docker installer and runtime for Symfony that doesn't use FrankenPHP (at least for now).