Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 973 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 973 Bytes

LEMP stack with Docker Toolbox

Overview

This is my development environment which run a Linux LEMP stack that work on most of my PHP projects. All the Docker images are based on Alpine Linux to get something that remains light for disk space.

  • Container web: Nginx
  • Container php: PHP5.x/7.x/8.x with FPM and all common PHP extensions
  • Container mariadb: MariaDB 10.x
  • Container mail: Mailpit
  • Container cache: Redis

Installation

What next?

Read further