mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-28 17:32:34 +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
|
||||
|
||||
Interactive cli installer, supports Docker or without Docker.
|
||||
|
||||
Good for beginners.
|
||||
|
||||
```bash
|
||||
curl -o kuma_install.sh https://raw.githubusercontent.com/louislam/uptime-kuma/master/install.sh && sudo bash kuma_install.sh
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Advanced Installation
|
||||
|
||||
### 🐳 Docker
|
||||
|
@ -65,7 +68,9 @@ pm2 restart uptime-kuma
|
|||
pm2 startup
|
||||
```
|
||||
|
||||
### Docker Compose Example
|
||||
|
||||
https://github.com/louislam/uptime-kuma/blob/master/docker-compose.yml
|
||||
|
||||
## (Optional) One more step for Reverse Proxy
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue