fix(docs): update Docker pull and run commands to use official ppanel image
This commit is contained in:
parent
bf24e1756a
commit
1a6cced814
@ -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
|
||||
|
||||
@ -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 文档
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user