mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2026-03-14 23:00:01 +01:00
build
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user