refactor(docker): 移除重复的management-frontend服务配置 (#16)
移除docker-compose.yml中重复的management-frontend服务配置,简化文件结构并避免端口冲突
This commit is contained in:
parent
1cad98d8ef
commit
3b5333dc87
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue