Skip to content
Snippets Groups Projects
Unverified Commit e5a5b820 authored by ooo oo's avatar ooo oo Committed by GitHub
Browse files

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)
parent c39b7516
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ services: ...@@ -23,7 +23,7 @@ services:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf - ./nginx/nginx.conf:/etc/nginx/nginx.conf
environment: environment:
- TZ=${TIMEZONE} - TZ=${TIMEZONE}
- HF_ENDPOINT=https://huggingface.co - HF_ENDPOINT=https://huggingface.com
networks: networks:
- ragflow - ragflow
restart: always restart: always
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment