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
|
image: zstar1003/ragflowplus-management-web:v0.1.1
|
||||||
ports:
|
ports:
|
||||||
- "8888:80"
|
- "8888:80"
|
||||||
|
|
||||||
management-frontend:
|
|
||||||
image: zstar1003/ragflowplus-management-web:v0.1.1
|
|
||||||
ports:
|
|
||||||
- "8080:80"
|
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- management-backend
|
- management-backend
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue