KevinHuSh
commited on
Commit
·
631128d
1
Parent(s):
0f3e4bd
refactor (#358)
Browse files### What problem does this PR solve?
Issue link:#350
### Type of change
- [x] Refactoring
docker/docker-compose-CN.yml
CHANGED
@@ -23,7 +23,7 @@ services:
|
|
23 |
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
24 |
environment:
|
25 |
- TZ=${TIMEZONE}
|
26 |
-
- HF_ENDPOINT=https://hf-mirror.
|
27 |
networks:
|
28 |
- ragflow
|
29 |
restart: always
|
|
|
23 |
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
24 |
environment:
|
25 |
- TZ=${TIMEZONE}
|
26 |
+
- HF_ENDPOINT=https://hf-mirror.com
|
27 |
networks:
|
28 |
- ragflow
|
29 |
restart: always
|