A simple Docker stack that includes:
- Nginx
- Mysql 5.7
- PHP 7.2 FPM
The configuration project nginx/app.conf
.
- Clone this repository.
- Insert your Symfony project under app.
- Run
docker-compose build
.
- Run
docker-compose up -d
. Open in browser: http://localhost:8080/api/index.html