ooo oo commited on
Commit
c3764d6
·
1 Parent(s): 9487109

fix: revert #359 (#388)

Browse files

### 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)

Files changed (1) hide show
  1. docker/docker-compose.yml +1 -1
docker/docker-compose.yml CHANGED
@@ -23,7 +23,7 @@ services:
23
  - ./nginx/nginx.conf:/etc/nginx/nginx.conf
24
  environment:
25
  - TZ=${TIMEZONE}
26
- - HF_ENDPOINT=https://huggingface.com
27
  networks:
28
  - ragflow
29
  restart: always
 
23
  - ./nginx/nginx.conf:/etc/nginx/nginx.conf
24
  environment:
25
  - TZ=${TIMEZONE}
26
+ - HF_ENDPOINT=https://huggingface.co
27
  networks:
28
  - ragflow
29
  restart: always