diff options
author | xiangsx <1984871009@qq.com> | 2023-05-01 16:50:17 +0200 |
---|---|---|
committer | xiangsx <1984871009@qq.com> | 2023-05-01 16:50:17 +0200 |
commit | 7d72cf6a15f748cb7fefacad86078bd8f8ae6ba3 (patch) | |
tree | c5047c093c9aa8727d744eea9525d3219a1e12d6 /docker-compose.yaml | |
parent | feat: 增加代理 (diff) | |
download | gpt4free-7d72cf6a15f748cb7fefacad86078bd8f8ae6ba3.tar gpt4free-7d72cf6a15f748cb7fefacad86078bd8f8ae6ba3.tar.gz gpt4free-7d72cf6a15f748cb7fefacad86078bd8f8ae6ba3.tar.bz2 gpt4free-7d72cf6a15f748cb7fefacad86078bd8f8ae6ba3.tar.lz gpt4free-7d72cf6a15f748cb7fefacad86078bd8f8ae6ba3.tar.xz gpt4free-7d72cf6a15f748cb7fefacad86078bd8f8ae6ba3.tar.zst gpt4free-7d72cf6a15f748cb7fefacad86078bd8f8ae6ba3.zip |
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r-- | docker-compose.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index 09bf4605..8098f359 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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 |