This commit is contained in:
starry
2025-06-13 16:25:27 +08:00
committed by GitHub
parent dbb9432eb0
commit 0adf11099e
2 changed files with 7 additions and 3 deletions

View File

@@ -35,6 +35,8 @@ docker run -d \
curl -fsSL https://raw.githubusercontent.com/sky22333/hubproxy/main/install-service.sh | sudo bash curl -fsSL https://raw.githubusercontent.com/sky22333/hubproxy/main/install-service.sh | sudo bash
``` ```
可直接下载二进制文件执行`./hubproxy`使用无需配置文件即可启动内置默认配置支持所有功能。初始内存占用约18M二进制文件大小约12M
这个命令会: 这个命令会:
- 🔍 自动检测系统架构AMD64/ARM64 - 🔍 自动检测系统架构AMD64/ARM64
- 📥 从 GitHub Releases 下载最新版本 - 📥 从 GitHub Releases 下载最新版本
@@ -52,10 +54,12 @@ curl -fsSL https://raw.githubusercontent.com/sky22333/hubproxy/main/install-serv
docker pull nginx docker pull nginx
# 使用加速 # 使用加速
docker pull yourdomain.com/nginx docker pull demo.52013120.xyz/nginx
# ghcr加速 # ghcr加速
docker pull yourdomain.com/ghcr.io/user/images docker pull demo.52013120.xyz/ghcr.io/sky22333/hubproxy
# 符合Docker Registry API v2标准的仓库都支持
``` ```
### GitHub 文件加速 ### GitHub 文件加速

View File

@@ -1,5 +1,5 @@
services: services:
ghproxy: hubproxy:
build: . build: .
restart: always restart: always
ports: ports: