From 2a65402ad8e760bdd17aa94c95805987e02bb3f2 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 9 Aug 2021 14:11:26 +0800 Subject: [PATCH] fix update command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f729a71e9..58ef40936 100644 --- a/README.md +++ b/README.md @@ -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: ```bash -docker pull uptime-kuma:1 +docker pull louislam/uptime-kuma:1 docker stop 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