Skip to content

augnustin/docker-lemp-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

docker-lemp-dev

Do not use in production.

I don't work with PHP anymore. Well, not if I can avoid it. But sometimes there is no choice, as Wordpress is a de facto reference. Since I don't want to pollute my machine with useless dependencies, I sandboxed them in a Docker.

docker run -p 80:80 -v <path_to_your_project>:/var/www -d augnustin/lemp-dev

This will allow you to :

  • serve your PHP project on port 80
  • load your backup.sql in your DB
  • navigate through it with Phpmyadmin

About

A docker with Nginx + Php + MySQL + Phpmyadmin Perfect sandboxed dev environment for Wordpress, or any PHP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published