- Clone project to local machine
- Go to root of project directory
- Run
docker-compose build
in your terminal - Run
docker-compose up
in your terminal - Launch localhost or localhost:80 in your browser
- Nginx reverse proxy is running on port 80
docker-compose build
in your terminaldocker-compose up
in your terminal