summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker-compose.yaml6
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