From 9691a64cb5be36a8816bdf53a6edde58a0371b3a Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 6 Apr 2017 02:52:02 +0300 Subject: [PATCH] Updated Platforms (markdown) --- Platforms.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Platforms.md b/Platforms.md index 65a7f93..ad3e5d0 100644 --- a/Platforms.md +++ b/Platforms.md @@ -2,10 +2,13 @@ * Source-based platforms * [Sandstorm](https://sandstorm.io) +* Meteor 1.4 and Node v4 port on Docker -# Fixing in progress +``` +docker run -d --restart=always --name wekan-db mongo:3.4.3 -* Docker +docker run -d --restart=always --name wekan --link "wekan-db:db" -e "MONGO_URL=mongodb://db" -e "ROOT_URL=http://localhost:8080" -p 8080:80 wekanteam/wekan:meteor-1.4 +``` # Upcoming