From 8720049e2c7127347901c53ab714d04b81846d0a Mon Sep 17 00:00:00 2001 From: Jose Luis Date: Fri, 10 Feb 2017 22:16:19 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 331e525b..8583c069 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,13 @@ elasticsearch: This will store elasticsearch data inside `/path/to/storage`. +# Run the containers. + +In order to run the containers, first clone this repository, and then run the follow commands + +``` +docker-compose build && docker-compose up -d +``` # Docker compose file