stop should not down
This commit is contained in:
parent
8e1fd7a7fe
commit
62ee661b15
1 changed files with 1 additions and 1 deletions
|
|
@ -603,7 +603,7 @@ class ContainerManager:
|
|||
"""Stop all services and yield progress updates."""
|
||||
yield False, "Stopping OpenRAG services..."
|
||||
|
||||
success, stdout, stderr = await self._run_compose_command(["down"])
|
||||
success, stdout, stderr = await self._run_compose_command(["stop"])
|
||||
|
||||
if success:
|
||||
yield True, "Services stopped successfully"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue