XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Add proxy config

7d72cf6a
xiangsx <1984871009@qq.com>
提交于

代码差异

1 个文件 +3 -3
Modified docker-compose.yaml +3 -3
@@ -6,9 +6,9 @@ services:
6 6 context: ./
7 7 dockerfile: Dockerfile
8 8 container_name: dc_gpt4free
9 environment:
10 - http_proxy=http://127.0.0.1:1080
11 - https_proxy=http://127.0.0.1:1080
9 # environment:
10 # - http_proxy=http://127.0.0.1:1080 # modify this for your proxy
11 # - https_proxy=http://127.0.0.1:1080 # modify this for your proxy
12 12 image: img_gpt4free
13 13 ports:
14 14 - 8501:8501