fix(docs): update Docker pull and run commands to use official ppanel image

This commit is contained in:
Chang lue Tsen 2025-10-02 18:27:21 +09:00
parent bf24e1756a
commit 1a6cced814
2 changed files with 4 additions and 4 deletions

View File

@ -114,8 +114,8 @@ proxy services. Built with Go, it emphasizes performance, security, and scalabil
4. **Pull from Docker Hub** (after CI/CD publishes): 4. **Pull from Docker Hub** (after CI/CD publishes):
```bash ```bash
docker pull yourusername/ppanel-server:latest docker pull ppanel/ppanel-server:latest
docker run --rm -p 8080:8080 yourusername/ppanel-server:latest docker run --rm -p 8080:8080 ppanel/ppanel-server:latest
``` ```
## 📖 API Documentation ## 📖 API Documentation

View File

@ -113,8 +113,8 @@ PPanel 服务端是 PPanel 项目的后端组件,为代理服务提供强大
4. **从 Docker Hub 拉取**CI/CD 发布后): 4. **从 Docker Hub 拉取**CI/CD 发布后):
```bash ```bash
docker pull yourusername/ppanel-server:latest docker pull ppanel/ppanel-server:latest
docker run --rm -p 8080:8080 yourusername/ppanel-server:latest docker run --rm -p 8080:8080 ppanel/ppanel-server:latest
``` ```
## 📖 API 文档 ## 📖 API 文档