A Docker-based installer for PHP environment.
- If not already done, install Docker Compose
- Run
docker-compose build --pull --no-cacheto build fresh images - Run
docker-compose up(the logs will be displayed in the current shell) - Run
docker-compose down --remove-orphansto stop the Docker containers.
- For development only!
- Just 1 service : PHP FPM
- Xdebug enabled
- Super-readable configuration
Enjoy!
Created by Aurélien Tournayre.
Based on Symfony Docker.