fix: fix 011111 test case error
This commit is contained in:
parent
56d8c6aaa7
commit
603b9cb299
1 changed files with 1 additions and 1 deletions
|
@ -781,7 +781,7 @@ from compose_viz.volume import Volume, VolumeType
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
depends_on=["monitoring"],
|
depends_on=["monitoring"],
|
||||||
extends=Extends(service_name="monitoring"),
|
extends=Extends(service_name="frontend"),
|
||||||
ports=["8000:5010"],
|
ports=["8000:5010"],
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue