refactor(docker): 移除重复的management-frontend服务配置 (#16)

移除docker-compose.yml中重复的management-frontend服务配置,简化文件结构并避免端口冲突
This commit is contained in:
zstar 2025-04-06 21:23:49 +08:00 committed by GitHub
parent 1cad98d8ef
commit 3b5333dc87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 6 deletions

View File

@ -36,12 +36,6 @@ services:
image: zstar1003/ragflowplus-management-web:v0.1.1
ports:
- "8888:80"
management-frontend:
image: zstar1003/ragflowplus-management-web:v0.1.1
ports:
- "8080:80"
depends_on:
- management-backend
environment: