mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-31 10:52:35 +02:00
Updated 🔧 How to Install (markdown)
parent
974ae22787
commit
c059308534
1 changed files with 6 additions and 1 deletions
|
@ -1,11 +1,14 @@
|
||||||
## Installer via cli
|
## Installer via cli
|
||||||
|
|
||||||
|
Interactive cli installer, supports Docker or without Docker.
|
||||||
|
|
||||||
|
Good for beginners.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -o kuma_install.sh https://raw.githubusercontent.com/louislam/uptime-kuma/master/install.sh && sudo bash kuma_install.sh
|
curl -o kuma_install.sh https://raw.githubusercontent.com/louislam/uptime-kuma/master/install.sh && sudo bash kuma_install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Advanced Installation
|
## Advanced Installation
|
||||||
|
|
||||||
### 🐳 Docker
|
### 🐳 Docker
|
||||||
|
@ -65,7 +68,9 @@ pm2 restart uptime-kuma
|
||||||
pm2 startup
|
pm2 startup
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Docker Compose Example
|
||||||
|
|
||||||
|
https://github.com/louislam/uptime-kuma/blob/master/docker-compose.yml
|
||||||
|
|
||||||
## (Optional) One more step for Reverse Proxy
|
## (Optional) One more step for Reverse Proxy
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue