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
+2 -2
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):
```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