ooo oo
commited on
Commit
·
c3764d6
1
Parent(s):
9487109
fix: revert #359 (#388)
Browse files### What problem does this PR solve?

revert #359
Issue link:#359
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
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.
|
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
|