Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.
/ docker-lemp Public archive

How to run LEMP (NGINX - MySQL PHP72) project with Docker CE

License

Notifications You must be signed in to change notification settings

migueabellan/docker-lemp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker NGINX - MySQL PHP72

How to run LEMP (NGINX - MySQL PHP72) project with Docker CE

Build Status

Prerequisites

Docker installation is required, see the official installation docs.

Download and install

Donwload using git

$ git clone https://github.com/migueabellan/docker-lemp.git

Create a .env

$ cp .env.dist .env

Build and run container

$ docker-compose build
$ docker-compose up -d

This project use the following ports:

Server Port
Nginx 80
MySQL 3306
PHPMyAdmin 8080

About

How to run LEMP (NGINX - MySQL PHP72) project with Docker CE

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published