Skip to content

GusNitrous/lemp-dev-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal LEMP stack based on Docker

Get Started

All command examples are described for UNIX-like systems (Linux, Mac OS).

Prerequisites

Running

Before starting, you must create a .env file based on the .env-template:

cp -b .env-template > .env

Default LEMP app stack can be run in a local environment by going into the root directory and executing:

docker-compose up -d

Going into the app container:

docker exec -it {app_container_name} bash

To stop and remove all containers of app run:

docker-compose down

About

Minimal LEMP stack based on Docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published