First clone the project:
git clone https://github.com/walternascimentobarroso/php-nginx-docker.git
Make the build
💡 NOTE: Before next step, check the variables in .env
file
make build
💡 NOTE: If the project is already compiled then just run the make up
command
.
├── .editorconfig
├── .env.example
├── .gitignore
├── .vscode
│ └── launch.json
├── LICENSE
├── Makefile
├── README.md
├── composer.json
├── docker
│ ├── docker-compose.yml
│ ├── nginx
│ │ └── default.conf
│ └── php
│ ├── Dockerfile
│ └── xdebug.ini
└── public
└── index.php
The MIT License (MIT)
Made with ❤️