mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-11 20:44:03 +02:00
Update pr
parent
ce4ea3a388
commit
259167e989
1 changed files with 13 additions and 1 deletions
|
@ -23,7 +23,19 @@ You can copy the name from here easily:
|
|||
|
||||
Add `-v uptime-kuma-pr-test:/app/data` if you need a persistent storage.
|
||||
|
||||
After started, go to http://localhost:3000
|
||||
After started, go to http://localhost:3000 (⚠️ not port 3001)
|
||||
|
||||
The last message in the console will be `Open xxx:3001 in your browser`. I know it is confusing, but please use port 3000 instead. It is because the vite dev server is running on port 3000.
|
||||
|
||||
### Slow during `npm install`?
|
||||
|
||||
Sometimes if the test image is too old, `npm install` will be slow because it is trying to update those dependencies.
|
||||
|
||||
Update the image might help:
|
||||
|
||||
```bash
|
||||
docker pull louislam/uptime-kuma:pr-test2
|
||||
```
|
||||
|
||||
### Test v1.X PRs
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue