diff --git a/port.py b/port.py index 8578671..6d3a7a4 100644 --- a/port.py +++ b/port.py @@ -786,7 +786,7 @@ class Portainer: if "__ONLY_CHECK__" in service_ids: pull = False else: - pull = False + pull = True if "__ALL__" in service_ids: service_ids = [s[0] for s in service_tuples if s[0] != "__ALL__" and s[0] != "__ONLY_CHECK__"]