summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiangsx <1984871009@qq.com>2023-05-01 16:49:34 +0200
committerxiangsx <1984871009@qq.com>2023-05-01 16:49:34 +0200
commit6604b3a0453b2fceb64cfbbf2a8f130f77a20b61 (patch)
treeb29e494b2cc34be10cf1113313f32a0424801450
parentRemove duplicate docker-compose.yml (diff)
downloadgpt4free-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
-rw-r--r--docker-compose.yaml4
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