From ee34935223ea38bb8726758c00a31a69c8c96c12 Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Wed, 14 Aug 2019 13:55:58 +0100 Subject: [PATCH] Fix a typo in docker.md --- DOCKER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCKER.md b/DOCKER.md index 8dc231b08c..994f582fde 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -42,6 +42,6 @@ $ docker-compose up ``` This command will setup the database and seed it with sample data. The default admin user is 'ofn@example.com' with 'ofn123' password. -Check the app in the browser at `http:://localhost:3000`. +Check the app in the browser at `http://localhost:3000`. You will then get the trace of the containers in the terminal. You can stop the containers using Ctrl-C in the terminal.