mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-17 09:05:56 +00:00
Updated 🔧 How to Install (markdown)
parent
2c9cd06e3e
commit
bedca0cd55
1 changed files with 16 additions and 0 deletions
|
@ -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.
|
||||
|
||||
#### 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)
|
||||
|
||||
Required Tools: Node.js >= 14, git and pm2.
|
||||
|
|
Loading…
Add table
Reference in a new issue