yueheng commited on
Commit
10b4a61
Β·
1 Parent(s): 36a6e5a

fix: πŸ› Fix duplicate ports in docker-compose (#472)

Browse files

### What problem does this PR solve?

Fix duplicate ports in docker-compose

![image](https://github.com/infiniflow/ragflow/assets/54298540/32649b74-97dc-4004-b9aa-ac5e77b368a5)


### Type of change

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

Files changed (1) hide show
  1. docker/docker-compose.yml +0 -1
docker/docker-compose.yml CHANGED
@@ -12,7 +12,6 @@ services:
12
  image: infiniflow/ragflow:${RAGFLOW_VERSION}
13
  container_name: ragflow-server
14
  ports:
15
- - ${SVR_HTTP_PORT}:9380
16
  - ${SVR_HTTP_PORT}:9380
17
  - 80:80
18
  - 443:443
 
12
  image: infiniflow/ragflow:${RAGFLOW_VERSION}
13
  container_name: ragflow-server
14
  ports:
 
15
  - ${SVR_HTTP_PORT}:9380
16
  - 80:80
17
  - 443:443