From 14a66be350244315fa45331e4b12aaf77c6c543a Mon Sep 17 00:00:00 2001 From: Jeremy Bandini Date: Mon, 9 Jan 2017 19:45:20 -0500 Subject: [PATCH] I had to update docker-compose.yml to make card hyperlinks work. Otherwise cards were hyperlinked to port 80 instead of the custom 1234 port. --- Install-Wekan-Docker-for-testing.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Install-Wekan-Docker-for-testing.md b/Install-Wekan-Docker-for-testing.md index f93892b..e64a821 100644 --- a/Install-Wekan-Docker-for-testing.md +++ b/Install-Wekan-Docker-for-testing.md @@ -39,9 +39,12 @@ can be replaced by ports: - 1234:80 ``` -with all the rest unchanged. +Also need to change +``` + ROOT_URL=http://localhost:1234 +``` -(This procedure has been tested on Linux Ubuntu 14.04.) +(This procedure has been tested on Linux Ubuntu 14.04 and Mac OS 10.11.6.) ### Testing with mail server