Skip to content

sachinkiranti/docker-compose-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Compose

Simplified docker-compose workflow for setting up LEMP network containers for Laravel development.

Usage

First add your laravel project inside src folder, then open up the terminal and enter :

docker-compose up -d

Now open up your browser and hit : http://localhost:8080

Containers and their ports are as follows :

  • nginx - :8080
  • mysql - :3306
  • php - :9000

Some useful commands

  • docker-compose exec php php artisan list for listing the artisan commands
  • docker-compose down for stopping the running containers

About

A docker-compose workflow for Laravel development

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published