update HF_ENDPOINT in docker-compose.yml (#359)

### What problem does this PR solve?

update HF_ENDPOINT in docker-compose.yml

Issue link:#350

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
ooo oo 2024-04-15 14:45:12 +08:00 committed by GitHub
parent c39b751600
commit e5a5b820a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ services:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
environment:
- TZ=${TIMEZONE}
- HF_ENDPOINT=https://huggingface.co
- HF_ENDPOINT=https://huggingface.com
networks:
- ragflow
restart: always