From b9f872c0561a44521f491aa1f2f7597deb1bfdb3 Mon Sep 17 00:00:00 2001 From: "Fabrice G." Date: Sun, 27 Sep 2015 11:55:32 +0200 Subject: [PATCH] coquille --- 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 0598049..c7d2089 100644 --- a/Install-Wekan-Docker-for-testing.md +++ b/Install-Wekan-Docker-for-testing.md @@ -22,7 +22,7 @@ wekandb: - /home/johndoe/wekan/data:/data/db ``` -Then, from the directory containing the `docker-composer.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`. +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`. Your wekan data are in `/home/johndoe/wekan/data` and thus can be backed up.