From c46b23f0dbabe28ab83622ca16fe5a43e38cb671 Mon Sep 17 00:00:00 2001 From: Luca Cignoni Date: Tue, 6 Sep 2016 15:17:39 +0200 Subject: [PATCH] Updated Install Wekan Docker in production (markdown) --- Install-Wekan-Docker-in-production.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Install-Wekan-Docker-in-production.md b/Install-Wekan-Docker-in-production.md index bab8cc2..3a83b92 100644 --- a/Install-Wekan-Docker-in-production.md +++ b/Install-Wekan-Docker-in-production.md @@ -32,12 +32,17 @@ wekandb: **Note:** we want to preserve the port 80 on the host, so we bind Wekan on port 8081. This port 8081 will next be bound to a vhost in apache (thus on port 80). -**Note:** to start the wekan containers automatically on boot, use the `restart: always` policy. e.g. +**Note:** to start the wekan containers automatically on boot, use the `restart: always` policy on both containers. e.g. ``` wekan: image: mquandalle/wekan restart: always ... + + wekandb: + image: mongo + restart: always + ... ``` **Info:** Default DB user: wekandb. Default DB name: wekan.