From 73ea363cd849a267d7475bd1f1ac4553125cc3e1 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 6 Apr 2017 19:47:17 +0300 Subject: [PATCH] Update to Meteor 1.4 based Docker image --- Install-Wekan-Docker-in-production.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Install-Wekan-Docker-in-production.md b/Install-Wekan-Docker-in-production.md index 3a83b92..6e1ff9b 100644 --- a/Install-Wekan-Docker-in-production.md +++ b/Install-Wekan-Docker-in-production.md @@ -13,7 +13,7 @@ ```yaml wekan: - image: mquandalle/wekan + image: wekanteam/wekan:meteor-1.4 links: - wekandb environment: @@ -35,7 +35,7 @@ wekandb: **Note:** to start the wekan containers automatically on boot, use the `restart: always` policy on both containers. e.g. ``` wekan: - image: mquandalle/wekan + image: wekanteam/wekan:meteor-1.4 restart: always ...