From e0bdcbbeba382fb572f5cc7c8e4a59a7785045a2 Mon Sep 17 00:00:00 2001 From: ooo oo <106524776+ooooo-create@users.noreply.github.com> Date: Tue, 16 Apr 2024 18:55:51 +0800 Subject: [PATCH] fix: revert #359 (#388) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### What problem does this PR solve? ![图片](https://github.com/infiniflow/ragflow/assets/106524776/e62dc04d-dd72-4ef6-ab1f-a2a219dc197a) revert #359 Issue link:#359 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- docker/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index cdce9553a..d01d0b5e8 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -23,7 +23,7 @@ services: - ./nginx/nginx.conf:/etc/nginx/nginx.conf environment: - TZ=${TIMEZONE} - - HF_ENDPOINT=https://huggingface.com + - HF_ENDPOINT=https://huggingface.co networks: - ragflow restart: always