Skip to content

Commit

Permalink
Add proxy config
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangsx committed May 1, 2023
1 parent 6604b3a commit 7d72cf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ services:
context: ./
dockerfile: Dockerfile
container_name: dc_gpt4free
environment:
- http_proxy=http://127.0.0.1:1080
- https_proxy=http://127.0.0.1:1080
# environment:
# - http_proxy=http://127.0.0.1:1080 # modify this for your proxy
# - https_proxy=http://127.0.0.1:1080 # modify this for your proxy
image: img_gpt4free
ports:
- 8501:8501
Expand Down

0 comments on commit 7d72cf6

Please sign in to comment.