Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 465 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 465 Bytes

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