Skip to content

Commit c3c74ff

Browse files
author
vsilent
committed
Readme updates. Image source changed
1 parent a1b84e2 commit c3c74ff

File tree

2 files changed

+49
-4
lines changed

2 files changed

+49
-4
lines changed

README.md

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,47 @@
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

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ volumes:
77
services:
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:

0 commit comments

Comments
 (0)