From 59decfbbc58e2138afaf24135acf708c8bf4ac00 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Sun, 12 Jun 2016 20:50:19 +0200 Subject: [PATCH] Updated Install and Update (markdown) --- Install-and-Update.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Install-and-Update.md b/Install-and-Update.md index 733eeb0..f9c9b59 100644 --- a/Install-and-Update.md +++ b/Install-and-Update.md @@ -158,12 +158,12 @@ See running containers: ```sh docker ps ``` -Stop the running containers: +To stop the running containers: ```sh docker stop wekan_wekan_1 wekan_wekandb_1 ``` -Login as the `wekan` user (`su - wekan`), which uses the docker-compose.yml file. Create and start the new container: +Login as the `wekan` user (`su - wekan`), which uses the docker-compose.yml file. To create and start the new container run: ```sh docker-compose up -d ```