mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-17 02:07:19 -05:00
Update README.md
This commit is contained in:
parent
a1adfb95cc
commit
838913f0a1
@ -22,6 +22,12 @@ It is a self-hosted monitoring tool like "Uptime Robot".
|
|||||||
docker run -d --restart=always -p 3001:3001 louislam/uptime-kuma
|
docker run -d --restart=always -p 3001:3001 louislam/uptime-kuma
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Change Port and Volume
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker run -d --restart=always -p <YOUR_PORT>:3001 -v <YOUR_DIR OR VOLUME>:/app/data louislam/uptime-kuma
|
||||||
|
```
|
||||||
|
|
||||||
Browse to http://localhost:3001 after started.
|
Browse to http://localhost:3001 after started.
|
||||||
|
|
||||||
### Without Docker
|
### Without Docker
|
||||||
|
Loading…
Reference in New Issue
Block a user