Update README.md

This commit is contained in:
Louis Lam 2021-07-11 23:41:21 +08:00 committed by GitHub
parent 838913f0a1
commit 83935a2cf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,14 +22,14 @@ 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
``` ```
Browse to http://localhost:3001 after started.
Change Port and Volume Change Port and Volume
```bash ```bash
docker run -d --restart=always -p <YOUR_PORT>:3001 -v <YOUR_DIR OR VOLUME>:/app/data louislam/uptime-kuma 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.
### Without Docker ### Without Docker
Required Tools: Node.js >= 14, git and pm2. Required Tools: Node.js >= 14, git and pm2.