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

Files changed (1) hide show
  1. docker/docker-compose-CN.yml +1 -1
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.co
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