diff options
author | xiangsx <1984871009@qq.com> | 2023-05-01 16:49:34 +0200 |
---|---|---|
committer | xiangsx <1984871009@qq.com> | 2023-05-01 16:49:34 +0200 |
commit | 6604b3a0453b2fceb64cfbbf2a8f130f77a20b61 (patch) | |
tree | b29e494b2cc34be10cf1113313f32a0424801450 /docker-compose.yaml | |
parent | Remove duplicate docker-compose.yml (diff) | |
download | gpt4free-6604b3a0453b2fceb64cfbbf2a8f130f77a20b61.tar gpt4free-6604b3a0453b2fceb64cfbbf2a8f130f77a20b61.tar.gz gpt4free-6604b3a0453b2fceb64cfbbf2a8f130f77a20b61.tar.bz2 gpt4free-6604b3a0453b2fceb64cfbbf2a8f130f77a20b61.tar.lz gpt4free-6604b3a0453b2fceb64cfbbf2a8f130f77a20b61.tar.xz gpt4free-6604b3a0453b2fceb64cfbbf2a8f130f77a20b61.tar.zst gpt4free-6604b3a0453b2fceb64cfbbf2a8f130f77a20b61.zip |
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r-- | docker-compose.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index c9cc7d8f..09bf4605 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -7,8 +7,8 @@ services: dockerfile: Dockerfile container_name: dc_gpt4free environment: - # - http_proxy=http://127.0.0.1:1080 - # - https_proxy=http://127.0.0.1:1080 + - http_proxy=http://127.0.0.1:1080 + - https_proxy=http://127.0.0.1:1080 image: img_gpt4free ports: - 8501:8501 |