Commit 4cc4425ff2adf5745e544db9a3f1e44c92ade969

Authored by Neenad Ingole
1 parent 463c0d04
Exists in master

update readme

Showing 1 changed file with 8 additions and 2 deletions   Show diff stats
README.md
1   -Add Docker & Docker Compose Images
  1 +Docker Compose Images for different stacks
2 2 ---
3 3  
4 4 ## How to run:
... ... @@ -8,4 +8,10 @@ Inside directory e.g. `sonarqube`
8 8 sonarqube $> docker-compose up
9 9 ```
10 10  
11   -use `-d` to start compose in detach mode
12 11 \ No newline at end of file
  12 +use `-d` to start compose in detach mode
  13 +
  14 +## How to contribute
  15 +
  16 +Raise a pull request if you are using docker compose stack and automated it for your daily software development work.
  17 +Happy to review and merge!
  18 +Cheers :D
13 19 \ No newline at end of file
... ...