From b82fafa496b2d134b9723ae22f1494aa2ef93eb5 Mon Sep 17 00:00:00 2001 From: Jeremy Bandini Date: Mon, 9 Jan 2017 19:47:35 -0500 Subject: [PATCH] Updated Install Wekan Docker for testing (markdown) --- Install-Wekan-Docker-for-testing.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Install-Wekan-Docker-for-testing.md b/Install-Wekan-Docker-for-testing.md index e64a821..cd72e72 100644 --- a/Install-Wekan-Docker-for-testing.md +++ b/Install-Wekan-Docker-for-testing.md @@ -39,9 +39,15 @@ can be replaced by ports: - 1234:80 ``` -Also need to change + +also need to change ``` - ROOT_URL=http://localhost:1234 + - ROOT_URL=http://localhost:80 +``` + +to the new port +``` + - ROOT_URL=http://localhost:1234 ``` (This procedure has been tested on Linux Ubuntu 14.04 and Mac OS 10.11.6.)