splitbrain / docker-phpfarm

A Dockerfile to build an image running multiple PHP versions on Apache
http://www.splitbrain.org/blog/2014-02/02-docker_phpfarm
MIT License
225 stars 60 forks source link

docker-compose example #14

Open nicolas-piquerez opened 7 years ago

nicolas-piquerez commented 7 years ago

Hello,

Could you provide an example of docker-compose file to simplify the command to start docker ?

I was thinking a docker-compose (and eventually a .env) for

damienfa commented 7 years ago

Hello, Same needs here, I would like to make it work with "docker-compose" ... Any help ?

eugenesia commented 7 years ago

Hi there, you can refer to my blog on http://eugenesia.co.uk/2017/07/php-development-environment-with-docker-compose/

It shows how you can create a PHP development environment with Docker Compose and PHPFarm, using different PHP versions.