Skip to content

meniem/docker_lemp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LEMP Stack using Docker Compose

This repo uses Docker-Compose to build a LEMP stack that uses Ubuntu 16.04, install nginx web server, MySQL DB, PHP-fpm and PHPMyAdmin.

Prerequisites:

  • Docker.
  • Docker Compose.

Installation: Use docker compose comamnd to build and run the containers. commands.

docker-compose up -d

Once provisioned, check them using docker ps, and docker network ls:

netstat -plntu
docker ps
docker network ls

Releases

No releases published

Packages

No packages published