Docker files to setup Linux + Nginx + MySQL + PHP Environment.
nginx:latest
on8080
php:7.2-fpm
with necessary libraries on9000
mariadb
on33060
+-- apps/ # web root
+-- db/ # MySQL data dir
+-- logs/ # Logs
+-- nginx/ # Nginx configuaration files
+-- php/
| +-- Dockerfile
+-- docker-composer.yml
Install Docker and Docker Compose
git clone https://github.com/cwang22/docker-lnmp.git
cd docker-lnmp
docker-compose up -d