From d9046c6a76aa64925137a17f1af36fec57a65e1c Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 19 Nov 2018 15:19:41 +0200 Subject: [PATCH] Updated Install Wekan Docker for testing (markdown) --- Install-Wekan-Docker-for-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-Wekan-Docker-for-testing.md b/Install-Wekan-Docker-for-testing.md index 77c7812..30bf2b8 100644 --- a/Install-Wekan-Docker-for-testing.md +++ b/Install-Wekan-Docker-for-testing.md @@ -7,7 +7,7 @@ Use this docker-compose.yml: -https://github.com/wekan/wekan/blob/devel/docker-compose.yml +https://raw.githubusercontent.com/wekan/wekan/devel/docker-compose.yml Then, from the directory containing the `docker-compose.yml` (i.e. `/home/johndoe/wekan`), simply run `docker-compose up`. If you want it to be deamonized, you could run `docker-compose up -d`.