This is a composer project for running LEMP (Linux, NGINX, Mysql and PHP) environments in docker.
- Clone this repository
- Run this to ignore logs in workingtree
git update-index --skip-worktree logs/* - Navigate to the folder inside your terminal or cmd
- Copy your project files (PHP code) inside
src/public - Run your containers with
docker-compose up -d - Access your app in
localhost:8080