This commit is contained in:
2026-03-01 02:32:50 +01:00
parent 51081cf879
commit 2cc8b6171d

View File

@@ -1185,7 +1185,7 @@ class PortainerApi:
self.get_endpoint(endpoint_id)
if stack is not None:
for s in stack:
self.stack_ids = [self._resolve_stack_id(s, endpoint_id)]
self.stack_ids.append(self._resolve_stack_id(s, endpoint_id))
for stck in self.stack_ids:
path = f"/stacks/{stck}/start"
if self.endpoint_id is not None: