补充部分安装文档
This commit is contained in:
@@ -125,15 +125,7 @@ go build -ldflags="-s -w" -o frpc-console .
|
||||
|
||||
---
|
||||
|
||||
### 📦 构建 Docker 镜像
|
||||
|
||||
```bash
|
||||
# 构建 amd64 镜像
|
||||
docker build -t frpc-console:amd64 .
|
||||
|
||||
# 多架构构建 (需要 buildx)
|
||||
docker buildx build --platform linux/amd64,linux/arm64 -t frpc-console:latest --push .
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
@@ -219,7 +211,7 @@ frpc-console 遵循 **“够用就好”** 的原则:
|
||||
· ✨ 多平台 frpc 自动适配</br>
|
||||
· 🐳 Docker 镜像支持
|
||||
|
||||
### .0-Release (正在修整,后续开发)
|
||||
### 2.0-Release (正在修整,后续开发)
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user