From f5c6aa4f42ffe72022a949c7c0e67032c73a2b2a Mon Sep 17 00:00:00 2001 From: Antoine Cotten Date: Wed, 18 Dec 2019 19:07:30 +0100 Subject: [PATCH] Emphasize that the repo is to be cloned on the Docker host Closes #134 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5dc606..60c399b 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ exclusively. Make sure the repository is cloned in one of those locations or fol ### Bringing up the stack -Clone this repository, then start the stack using Docker Compose: +Clone this repository onto the Docker host that will run the stack, then start services locally using Docker Compose: ```console $ docker-compose up