Add proxy config

このコミットが含まれているのは:
xiangsx 2023-05-01 22:50:17 +08:00
コミット 7d72cf6a15
1個のファイルの変更3行の追加3行の削除

ファイルの表示

@ -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