|
@ -28,6 +28,22 @@ docker run -d --restart=always -p <YOUR_PORT>:3001 -v <YOUR_DIR OR VOLUME>:/app/ |
|
|
|
|
|
|
|
|
⚠️ Please use in a local volume only. Other types such as nfs are not supported. |
|
|
⚠️ Please use in a local volume only. Other types such as nfs are not supported. |
|
|
|
|
|
|
|
|
|
|
|
#### Docker Tags Description |
|
|
|
|
|
<table> |
|
|
|
|
|
<thead> |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td>Tag(s)</td> |
|
|
|
|
|
<td>Description </td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
</thead> |
|
|
|
|
|
<tbody> |
|
|
|
|
|
<tr><td>latest, 1, 1.*</td><td>latest stable - debian</td></tr> |
|
|
|
|
|
<tr><td>debian, 1-debian, 1.*-debian</td><td>latest stable - debian</td></tr> |
|
|
|
|
|
<tr><td>alpine, 1-alpine, 1.*-alpine</td><td>latest stable - alpine</td></tr> |
|
|
|
|
|
<tr><td>nightly*</td><td>development build, unstable</td></tr> |
|
|
|
|
|
</tbody> |
|
|
|
|
|
</table> |
|
|
|
|
|
|
|
|
### 💪🏻 Without Docker (Recommended for x86/x64 only) |
|
|
### 💪🏻 Without Docker (Recommended for x86/x64 only) |
|
|
|
|
|
|
|
|
Required Tools: Node.js >= 14, git and pm2. |
|
|
Required Tools: Node.js >= 14, git and pm2. |
|
|