DEV Community

Cover image for Docker Configuration for Laravel, Nginx and MySQL
Ferdous Ahmed Khan
Ferdous Ahmed Khan

Posted on

Docker Configuration for Laravel, Nginx and MySQL

This is a simple Docker configuration for running Laravel applications with Nginx and MySQL. It utilizes PHP 8.2, MySQL 8 and Nginx alpine

Clone this repository and copy all the files to your Laravel project and follow readme file for step by step installation.

https://github.com/ferdous-ahmed-khan/dockerize-laravel-mysql-nginx

Top comments (0)