1
0
Fork 0

feat: 增加代理

This commit is contained in:
xiangsx 2023-05-01 22:49:34 +08:00
parent 55f2a33651
commit 6604b3a045
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ services:
dockerfile: Dockerfile
container_name: dc_gpt4free
environment:
# - http_proxy=http://127.0.0.1:1080
# - https_proxy=http://127.0.0.1:1080
- http_proxy=http://127.0.0.1:1080
- https_proxy=http://127.0.0.1:1080
image: img_gpt4free
ports:
- 8501:8501