Skip to content

idenkov/docker-lemp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LEMP Dockerized - 1rw

Dockerized PHP development stack: Nginx, PHP-FPM on one image(currently building from dockerfile) and PHP-FPM and Redis images. Initiallt for running Magento, but should be able to run any other php/mysql software.

Requirements

Running

Set up a Docker Machine and then run:

$ docker-compose up

##Folders

  • SQL - At first start the Percona container will take any .sql.gz files and import into the default DB specified in docker-compose.yml
  • logs - Access and error logs from nginx
  • conf - Configuration for the different services, links/copy/volumes defined in dockerfile and docker-compose.yml
  • sites - nginx sites/vhosts config, currently lb was just for testing.
  • www - web root

About

LEMP Dockerized using Percona

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages