/docker-lemp

Contains a basic LEMP stack running on Docker and orchestrated by Docker Compose

Primary LanguagePHP

Docker Compose LEMP

LEMP stack on Docker environment based on Yannick Chenot's tutorial.

Content

Contains a basic LEMP stack running on Docker and orchestrated by Docker Compose, including:

  • A container for NGINX;
  • A container for PHP-FPM;
  • A container for MySQL;
  • A container for phpMyAdmin;
  • A volume to persist MySQL data;