mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 00:01:10 +08:00
1.5.1
This commit is contained in:
parent
2edb6f6dd7
commit
18f78385f3
10 changed files with 153 additions and 32 deletions
10
README.md
10
README.md
|
|
@ -58,6 +58,16 @@ docker run -p 7210:80 -v ./ghproxy/log/run:/data/ghproxy/log -v ./ghproxy/log/ca
|
|||
|
||||
参看[docker-compose.yml](https://github.com/WJQSERVER-STUDIO/ghproxy/blob/main/docker/compose/docker-compose.yml)
|
||||
|
||||
### 二进制文件部署
|
||||
|
||||
一键部署脚本:
|
||||
|
||||
```bash
|
||||
wget -O install.sh https://raw.githubusercontent.com/WJQSERVER-STUDIO/ghproxy/main/deploy/install.sh && chmod +x install.sh &&./install.sh
|
||||
```
|
||||
|
||||
## 配置说明
|
||||
|
||||
### 外部配置文件
|
||||
|
||||
本项目采用`config.toml`作为外部配置,默认配置如下
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue