An open API service indexing awesome lists of open source software.

https://github.com/eon01/docker-symfony

A development environement for Symfony3 developers. It runs Nginx and PHP7-FPM.
https://github.com/eon01/docker-symfony

docker docker-compose php php-fpm php7

Last synced: 2 months ago
JSON representation

A development environement for Symfony3 developers. It runs Nginx and PHP7-FPM.

Awesome Lists containing this project

README

          

# Docker Symfony (PHP7-FPM + NGINX)

A development environement for Symfony3 developers. It runs Nginx and PHP7-FPM.

## Quickstart

```
git clone https://github.com/eon01/docker-symfony.git
cd docker-symfony
mkdir code
echo -e "" > code/index.php
docker-compose up
```

Now go to http://127.0.0.1

This project is inspired from: maxpou/docker-symfony

Thanks to [@bsene](https://github.com/bsene)