From 1ffc1bbe728a2ed5d5e12e552450bef8a04e062d Mon Sep 17 00:00:00 2001 From: Jerome Renaux Date: Thu, 4 May 2017 22:04:10 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e78d6bb..8bc6da1 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ By default, it'll attempt to connect to MongoDB on port `27017`; you can change ### Using Docker -Alternatively, you can use the Dockerfile to create a container with all the necessary components already installed. You need to have [Docker](https://www.docker.com) installed. Then, in the directory where you clones the project, run: +Alternatively, you can use the Dockerfile to create a container with all the necessary components already installed (thanks to Martin kramer for the corresponding pull request). You need to have [Docker](https://www.docker.com) installed. Then, in the directory where you clones the project, run: ``` docker-compose build