Louis Lam
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
README.md
|
|
@ -27,7 +27,7 @@ It is a self-hosted monitoring tool like "Uptime Robot". |
|
|
|
docker volume create uptime-kuma |
|
|
|
|
|
|
|
# Start the container |
|
|
|
docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma |
|
|
|
docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1 |
|
|
|
``` |
|
|
|
|
|
|
|
Browse to http://localhost:3001 after started. |
|
|
@ -35,7 +35,7 @@ Browse to http://localhost:3001 after started. |
|
|
|
Change Port and Volume |
|
|
|
|
|
|
|
```bash |
|
|
|
docker run -d --restart=always -p <YOUR_PORT>:3001 -v <YOUR_DIR OR VOLUME>:/app/data --name uptime-kuma louislam/uptime-kuma |
|
|
|
docker run -d --restart=always -p <YOUR_PORT>:3001 -v <YOUR_DIR OR VOLUME>:/app/data --name uptime-kuma louislam/uptime-kuma:1 |
|
|
|
``` |
|
|
|
|
|
|
|
### Without Docker |
|
|
|