What to use for a clean Symfony dev docker configuration? #93
-
|
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 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Symfony Docker uses PHP FPM (for now). FrankenPHP is an alternative SAPI but is still experimental. |
Beta Was this translation helpful? Give feedback.
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).