From e41b4ecc3ab2df2709f04d5aa9e81b5f7480279b Mon Sep 17 00:00:00 2001 From: ArcturusB Date: Fri, 27 May 2016 10:57:23 +0200 Subject: [PATCH] using vhost address in docker-compose.yml solves this issue #609 (https://github.com/wekan/wekan/issues/609) --- Install-Wekan-Docker-in-production.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-Wekan-Docker-in-production.md b/Install-Wekan-Docker-in-production.md index b2bf1b8..234e318 100644 --- a/Install-Wekan-Docker-in-production.md +++ b/Install-Wekan-Docker-in-production.md @@ -18,7 +18,7 @@ wekan: - wekandb environment: - MONGO_URL=mongodb://wekandb/wekan - - ROOT_URL=http://localhost:8081 + - ROOT_URL=http://mytodo.org ports: - 8081:80