diff --git a/luasrc/view/tasks/docker.htm b/luasrc/view/tasks/docker.htm index b412f33..f8f5ddd 100644 --- a/luasrc/view/tasks/docker.htm +++ b/luasrc/view/tasks/docker.htm @@ -27,7 +27,7 @@ if self.task_start_failed then local container_status_lower = string.lower(container_status) local container_install = not string.match(container_status_lower, " is not installed$") - local container_running = string.match(string.lower(container_status), "^up .* (seconds|minutes|hours)") + local container_running = string.match(container_status_lower, "^up%W") if container_install then %>