dockerhero
dockerhero copied to clipboard
Different PHP versions at the same time (per project folder)
Is there a way to get different PHP versions depending on project folder?
At this moment it is not possible to use multiple PHP versions at the same time (per folder).
If there is enough interest I might consider implementing such a feature.
For now you would have to use the override method and restart Dockerhero to switch PHP versions.
You can add another php images with versions you need and then redirect projects to desired versions of php in custom nginx config (Sorry for bad english)