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.