1
0
Fork 0

Add proxy config

This commit is contained in:
xiangsx 2023-05-01 22:50:17 +08:00
parent 6604b3a045
commit 7d72cf6a15
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@ services:
context: ./ context: ./
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: dc_gpt4free container_name: dc_gpt4free
environment: # environment:
- http_proxy=http://127.0.0.1:1080 # - http_proxy=http://127.0.0.1:1080 # modify this for your proxy
- https_proxy=http://127.0.0.1:1080 # - https_proxy=http://127.0.0.1:1080 # modify this for your proxy
image: img_gpt4free image: img_gpt4free
ports: ports:
- 8501:8501 - 8501:8501