mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-30 02:12:34 +02:00
Update 🆙-How-to-Update.md
parent
45ed7e59cc
commit
f011a54700
1 changed files with 1 additions and 9 deletions
|
@ -13,9 +13,7 @@ docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name upti
|
||||||
|
|
||||||
PS: For every new release, it takes some time to build the docker image, please be patient if it is not available yet.
|
PS: For every new release, it takes some time to build the docker image, please be patient if it is not available yet.
|
||||||
|
|
||||||
## 🆙 💪🏻 Without Docker
|
## 🆙 💪🏻 Non-Docker
|
||||||
|
|
||||||
(1.8.0 Updated!)
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd <uptime-kuma-directory>
|
cd <uptime-kuma-directory>
|
||||||
|
@ -31,9 +29,3 @@ npm run download-dist
|
||||||
# Restart
|
# Restart
|
||||||
pm2 restart uptime-kuma
|
pm2 restart uptime-kuma
|
||||||
```
|
```
|
||||||
|
|
||||||
If you see node-pre-gyp error, please use your npm to the latest version
|
|
||||||
```bash
|
|
||||||
# Update your npm to the latest version
|
|
||||||
npm install npm -g
|
|
||||||
```
|
|
Loading…
Add table
Reference in a new issue