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/frankenphp
contains this experimental SAPI/app server,dunglas/frankenphp-demo
contains a FrankenPHP demo project using Symfony anddunglas/symfony-docker
contains a Docker installer and runtime for Symfony that doesn't use FrankenPHP (at least for now).