mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-10 04:15:50 +02:00
bug fix: n8n reporting
This commit is contained in:
@@ -958,8 +958,8 @@ services:
|
||||
command = f"docker ps -a --filter name={self.data['ServiceName']} --format '{{{{.Status}}}}'"
|
||||
result, status = ProcessUtilities.outputExecutioner(command, None, None, None, 1)
|
||||
|
||||
if result == 0:
|
||||
raise DockerDeploymentError(f"Failed to check container status: {status}")
|
||||
# if result == 0:
|
||||
# raise DockerDeploymentError(f"Failed to check container status: {status}")
|
||||
|
||||
# Accept unhealthy status as well
|
||||
if "exited" in status:
|
||||
|
||||
Reference in New Issue
Block a user