From ff09e623ff7462043f3337598f45f58da2129447 Mon Sep 17 00:00:00 2001 From: denialtorres Date: Tue, 14 Nov 2017 05:03:36 -0600 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 405ba1960..02f50c9a3 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,12 @@ Prerequisites You should have installed Docker and Docker Compose in your machine. +Also if you are going to work with docker first replace the database.yml with the preconfigured file made it to work it + + + cp config/database-docker.yml.example config/database.yml + + The First step is to build the container sudo docker build -t consul .