From 30aba9dffffa5d641ca57b94906a240d37c17d77 Mon Sep 17 00:00:00 2001 From: LIlGG <1103069291@qq.com> Date: Tue, 30 Sep 2025 18:14:08 +0800 Subject: [PATCH] docs: correct the quick deployment Docker image name --- docs/content/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/quick-start.md b/docs/content/quick-start.md index eebd378..5077266 100644 --- a/docs/content/quick-start.md +++ b/docs/content/quick-start.md @@ -37,7 +37,7 @@ docker run -d \ -v ./data:/app/data \ -v ./logs:/app/logs \ -v ./storage:/app/storage \ - halo-dev/upage:latest + halohub/upage:latest ``` ### 参数说明