summaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yaml')
-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