fix: fix 001110 test case error
This commit is contained in:
parent
daaeba4ee0
commit
b877dad590
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ from compose_viz.volume import Volume, VolumeType
|
||||||
),
|
),
|
||||||
Service(
|
Service(
|
||||||
name="backend",
|
name="backend",
|
||||||
image="awesome/backend",
|
extends=Extends(service_name="frontend"),
|
||||||
ports=["8000:5001"],
|
ports=["8000:5001"],
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue