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 .