reflexions / docker-laravel

Docker container for Laravel 5 applications
https://reflexions.co
42 stars 9 forks source link

[Questions] Many projects and php versions #9

Open digitalit opened 8 years ago

digitalit commented 8 years ago

Hi, If i want many projects do i have to run an separate container for each project?

If so can i run then at the same time without ports colliding?

Is it possible to use PHP7?

Best regards /Peter Carlsson Sweden

patsplat commented 8 years ago

Use a different container for each project.

This project may be of assistance to manage the different ports: https://github.com/jwilder/nginx-proxy

Haven't tested with PHP 7.