This repo made for special using. It's chanced lats of thing added nginx proxy for multi project
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
docker docker-compose
sudo wget -q -O - "http://get.docker.com" | bash
sudo curl -L https://github.com/docker/compose/releases/download/1.21.2/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
Firstly
mv .env.example .env
edit .env. file and
./proxy.sh
docker-compose up -d nginx mysql redis phpmyadmin
This project is licensed under the MIT License