From d7ac9ddcdbe50119e9f77243766d34755a301bc7 Mon Sep 17 00:00:00 2001 From: Mark Moffat Date: Mon, 5 Feb 2018 15:10:50 +0100 Subject: [PATCH] More Docker fixes --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 066c323..f00ad57 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,9 @@ Keeping expressCart running after closing the terminal can be done in a few ways The easiest way to get up and running is using Docker. Once the Docker CLI is installed from [https://www.docker.com/get-docker](https://www.docker.com/get-docker). 1. Enter the root of the expressCart application -2. Run: `docker-compose up --build` -3. Visit [http://127.0.0.1:1111](http://127.0.0.1:1111) in your browser +2. Change `/config/settings.json` - `"databaseConnectionString": "mongodb://mongodb:27017/expresscart"` +3. Run: `docker-compose up --build` +4. Visit [http://127.0.0.1:1111](http://127.0.0.1:1111) in your browser ## Admin