From 1a6cced8145d9bd2cf7fe62f36f7018f3fd35211 Mon Sep 17 00:00:00 2001 From: Chang lue Tsen Date: Thu, 2 Oct 2025 18:27:21 +0900 Subject: [PATCH] fix(docs): update Docker pull and run commands to use official ppanel image --- README.md | 4 ++-- readme_zh.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 478ccf4..975f5a7 100644 --- a/README.md +++ b/README.md @@ -114,8 +114,8 @@ proxy services. Built with Go, it emphasizes performance, security, and scalabil 4. **Pull from Docker Hub** (after CI/CD publishes): ```bash - docker pull yourusername/ppanel-server:latest - docker run --rm -p 8080:8080 yourusername/ppanel-server:latest + docker pull ppanel/ppanel-server:latest + docker run --rm -p 8080:8080 ppanel/ppanel-server:latest ``` ## 📖 API Documentation diff --git a/readme_zh.md b/readme_zh.md index d2ff26e..ee4a1c4 100644 --- a/readme_zh.md +++ b/readme_zh.md @@ -113,8 +113,8 @@ PPanel 服务端是 PPanel 项目的后端组件,为代理服务提供强大 4. **从 Docker Hub 拉取**(CI/CD 发布后): ```bash - docker pull yourusername/ppanel-server:latest - docker run --rm -p 8080:8080 yourusername/ppanel-server:latest + docker pull ppanel/ppanel-server:latest + docker run --rm -p 8080:8080 ppanel/ppanel-server:latest ``` ## 📖 API 文档