Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 332 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 332 Bytes

docker-php7-fpm-nginx

A simple Docker stack that includes:

  • Nginx
  • Mysql
  • PHP 7 FPM

The configuration works for a symfony project but can be changed easily (just edit nginx/app.conf).

Installation

  • Clone this repository.
  • Insert your Symfony project under app.
  • Run docker-compose up.