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.
- Host: GitHub
- URL: https://github.com/eon01/docker-symfony
- Owner: eon01
- Created: 2017-05-29T20:59:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T14:55:21.000Z (about 9 years ago)
- Last Synced: 2025-07-29T12:56:39.424Z (11 months ago)
- Topics: docker, docker-compose, php, php-fpm, php7
- Language: Nginx
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)