From 57f3b21f0c9c3ca89c2ee0c6c2f4596d450f453d Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 19 Aug 2024 10:57:30 +0300 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Docker.md b/Docker.md index 2b5eb78..bf3d181 100644 --- a/Docker.md +++ b/Docker.md @@ -2,6 +2,8 @@ This is only for developers. For normal users, do not add these options, just start with `docker compose up -d` +This only builds `wekan-app` Docker image, where is Node.js 14.x and all Javascript code. This does not build `wekan-db` MongoDB image, that usually does not require modifications. + Alpine Linux does not work properly with current Meteor 2 based WeKan. Ubuntu works, and has newest security fixes. Only amd64 currently works. Currently used Node.js 14.x segfaults at arm64 and s390x. Only Node.js 14.x is compatible with current version of Meteor 2 based WeKan. Trying to upgrade is in progress https://github.com/wekan/wekan/issues/5475