

env file and set the following: DB_HOST=mysqlĥ - Open your browser and visit localhost: That's it! enjoy :) envģ - Run your containers: docker-compose up -d nginx mysql phpmyadmin redis workspaceĤ - Open your project’s. Let’s see how easy it is to setup our demo stack PHP, NGINX, MySQL, Redis and Composer:ġ - Clone Laradock inside your PHP project: git clone Ģ - Enter the laradock folder and rename. The Latest version of the Docker Compose file ( docker-compose).Clean and well-structured Dockerfiles ( Dockerfile).Easy to install/remove software’s in Containers using environment variables.Can use Laradock per project, or single Laradock for all projects.Pre-configured NGINX to host any code at your root directory.All Images extend from an official base Image.Easy to customize any container, with simple edits to the Dockerfile.Each software runs on its own container: PHP-FPM, NGINX, PHP-CLI….

