mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-16 19:24:41 -05:00
fix update command
This commit is contained in:
parent
59ef1f13db
commit
2a65402ad8
@ -96,7 +96,7 @@ Re-pull the latest docker image and create another container with the same volum
|
|||||||
For someone who used my "How-to-use" commands to install Uptime Kuma, you can update by this:
|
For someone who used my "How-to-use" commands to install Uptime Kuma, you can update by this:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker pull uptime-kuma:1
|
docker pull louislam/uptime-kuma:1
|
||||||
docker stop uptime-kuma
|
docker stop uptime-kuma
|
||||||
docker rm uptime-kuma
|
docker rm uptime-kuma
|
||||||
docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1
|
docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1
|
||||||
|
Loading…
Reference in New Issue
Block a user