File tree Expand file tree Collapse file tree 2 files changed +49
-4
lines changed
Expand file tree Collapse file tree 2 files changed +49
-4
lines changed Original file line number Diff line number Diff line change 1- # symfony4
2- Symfony4 template with docker-compose.
1+ # symfony 4
2+ > Symfony4 template with docker-compose and XDebug enabled.
3+
4+ [ ![ Build Status] [ travis-image ]] [ travis-url ]
5+ [ ![ Downloads Stats] [ npm-downloads ]] [ npm-url ]
6+
7+ This repo help Symfony developers to start their new projects quickly using docker-compose.
8+ Docker image includes Xdebug.
9+
10+ ![ ] ( header.png )
11+
12+ ## Installation
13+
14+ OS X & Linux:
15+
16+ ``` sh
17+ docker-compose up -d
18+ ```
19+
20+
21+ ## Usage example
22+
23+
24+ _ For more examples and usage, please refer to the [ Wiki] [ wiki ] ._
25+
26+ ## Development setup
27+
28+
29+ ``` sh
30+ docker-compose up -d
31+ ```
32+
33+ ## Release History
34+
35+ * 0.0.1
36+ * Initial commit
37+
38+ ## Meta
39+
40+
41+ ## Contributing
42+
43+ 1 . Fork it (< https://github.com/trydirect/symfony4/fork > )
44+ 2 . Create your feature branch (` git checkout -b feature/fooBar ` )
45+ 3 . Commit your changes (` git commit -am 'Add some fooBar' ` )
46+ 4 . Push to the branch (` git push origin feature/fooBar ` )
47+ 5 . Create a new Pull Request
Original file line number Diff line number Diff line change 77services :
88
99 php :
10- image : symfony
11- # dockerfile: Dockerfile
10+ image : trydirect/ symfony:latest
11+ # dockerfile: Dockerfile
1212 restart : always
1313 container_name : php
1414 env_file :
You can’t perform that action at this time.
0 commit comments