mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-04-22 22:20:07 +08:00
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
@ -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…
x
Reference in New Issue
Block a user