From faeaf3884dc5187b68b6fc7a5db2be57ffa4a9e1 Mon Sep 17 00:00:00 2001 From: Adrian Garcia Date: Tue, 23 Jul 2019 21:55:38 +0100 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 632a826..1b28823 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,10 @@ exposing the API ```bash # Build the images -docker-compose build +docker-compose -f docker-compose.yml build # Create and run the two instances -docker-compose up +docker-compose -f docker-compose.yml up ```