From bedca0cd556bde2b236aaa4408d605d6970248b9 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 11 Oct 2021 00:07:46 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=F0=9F=94=A7=20How=20to=20Install=20(?= =?UTF-8?q?markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 🔧-How-to-Install.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/🔧-How-to-Install.md b/🔧-How-to-Install.md index 059a3ce..5ae5108 100644 --- a/🔧-How-to-Install.md +++ b/🔧-How-to-Install.md @@ -28,6 +28,22 @@ docker run -d --restart=always -p :3001 -v :/app/ ⚠️ Please use in a local volume only. Other types such as nfs are not supported. +#### Docker Tags Description + + + + + + + + + + + + + +
Tag(s)Description
latest, 1, 1.*latest stable - debian
debian, 1-debian, 1.*-debianlatest stable - debian
alpine, 1-alpine, 1.*-alpinelatest stable - alpine
nightly*development build, unstable
+ ### 💪🏻 Without Docker (Recommended for x86/x64 only) Required Tools: Node.js >= 14, git and pm2.