mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-10-04 14:39:19 +08:00
Updated 🔧 How to Install (markdown)
@@ -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.
|
||||||
|
Reference in New Issue
Block a user