From fc87c20bd8d2e4b88fcc9a44b1c9bbf33dadaf9c Mon Sep 17 00:00:00 2001
From: Vimpas <moyueheng@126.com>
Date: Sun, 21 Apr 2024 22:46:07 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Fix=20duplicate=20ports?=
 =?UTF-8?q?=20in=20docker-compose=20(#472)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

### 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)
---
 docker/docker-compose.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml
index 490a055..e34749c 100644
--- a/docker/docker-compose.yml
+++ b/docker/docker-compose.yml
@@ -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
-- 
GitLab