返回提交历史
Modified
docker-compose.yaml
+3
-3
XFEstudio/gpt4free
Add proxy config
7d72cf6a
代码差异
1 个文件
+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