Skip to content

My full docker LEMP stack (Linux, Nginx, MySQL, PHP)

Notifications You must be signed in to change notification settings

mjarkk/docker-lemp-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My docker lemp config

My full docker LEMP stack (Linux, Nginx, MySQL, PHP)
This is a fully working lemp server with all the PHP extensions you might need
This also has some other programs installed like FFMPEG, graphicsmagick, MailDev and a view others programs that a PHP server just needs

Install

  • Install docker and docker-compose
  • Clone this repo and open a terminal inside the cloned folder
  • docker-compose build && docker-compose up -d && chmod 775 html -R && chown $USER -R html

About Config

BUGS

  • This config will not work on windows
  • PHP scripts sometimes doesn't have the write to execute, create, remove, to fix it run: chmod 777 html -R

About

My full docker LEMP stack (Linux, Nginx, MySQL, PHP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published