fix: 🐛 Fix duplicate ports in docker-compose (#472)
### What problem does this PR solve? Fix duplicate ports in docker-compose  ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
dee6299ddf
commit
fc87c20bd8
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ services:
|
|||
image: infiniflow/ragflow:${RAGFLOW_VERSION}
|
||||
container_name: ragflow-server
|
||||
ports:
|
||||
- ${SVR_HTTP_PORT}:9380
|
||||
- ${SVR_HTTP_PORT}:9380
|
||||
- 80:80
|
||||
- 443:443
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue