-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
I see that instead of an official PHP base image this project uses a custom setup with nginx + php-fpm which requires supervisord to manage both services. So this is not in line with the recommended docker paradigm of one process per container.
It also seems to slow down the shutdown of this image. In a setup with 5 containers, it's always adminer that I have to wait for.
So would you consider a migration to the official apache based PHP image? It would make the Dockerfile simpler and take the burden of installing PHP from you. You still can tweak the PHP config though, if you want to.
mathroc
Metadata
Metadata
Assignees
Labels
No labels