LEMP stack
a simple LEMP using the Offical Docker Repository for Alpine Linux, Nginx, MariaDB, PHP and phpMyAdmin
for start LEMP:
docker-compose up -d
for stop LEMP:
docker-compose stop
for remove LEMP:
docker-compose down
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up