Kevin Hu commited on
Commit
60c1f18
·
1 Parent(s): aeb875a

Fix service_conf for oc9 docker compose file. (#3790)

Browse files

### What problem does this PR solve?

#3678

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

docker/docker-compose-CN-oc9.yml CHANGED
@@ -16,7 +16,6 @@ services:
16
  - 80:80
17
  - 443:443
18
  volumes:
19
- - ./service_conf.yaml:/ragflow/conf/service_conf.yaml
20
  - ./ragflow-logs:/ragflow/logs
21
  - ./nginx/ragflow.conf:/etc/nginx/conf.d/ragflow.conf
22
  - ./nginx/proxy.conf:/etc/nginx/proxy.conf
 
16
  - 80:80
17
  - 443:443
18
  volumes:
 
19
  - ./ragflow-logs:/ragflow/logs
20
  - ./nginx/ragflow.conf:/etc/nginx/conf.d/ragflow.conf
21
  - ./nginx/proxy.conf:/etc/nginx/proxy.conf
docker/docker-compose-gpu-CN-oc9.yml CHANGED
@@ -16,7 +16,6 @@ services:
16
  - 80:80
17
  - 443:443
18
  volumes:
19
- - ./service_conf.yaml:/ragflow/conf/service_conf.yaml
20
  - ./ragflow-logs:/ragflow/logs
21
  - ./nginx/ragflow.conf:/etc/nginx/conf.d/ragflow.conf
22
  - ./nginx/proxy.conf:/etc/nginx/proxy.conf
 
16
  - 80:80
17
  - 443:443
18
  volumes:
 
19
  - ./ragflow-logs:/ragflow/logs
20
  - ./nginx/ragflow.conf:/etc/nginx/conf.d/ragflow.conf
21
  - ./nginx/proxy.conf:/etc/nginx/proxy.conf