Skip to content

Commit

Permalink
feat: 增加代理
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangsx committed May 1, 2023
1 parent 55f2a33 commit 6604b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ services:
dockerfile: Dockerfile
container_name: dc_gpt4free
environment:
# - http_proxy=http:https://127.0.0.1:1080
# - https_proxy=http:https://127.0.0.1:1080
- http_proxy=http:https://127.0.0.1:1080
- https_proxy=http:https://127.0.0.1:1080
image: img_gpt4free
ports:
- 8501:8501
Expand Down

0 comments on commit 6604b3a

Please sign in to comment.