bug fix: n8n revert

This commit is contained in:
usmannasir
2025-04-10 18:59:45 +05:00
parent dff354376a
commit bc299e5dc2

View File

@@ -790,7 +790,7 @@ services:
##### N8N Container
def check_container_health(self, container_name, max_retries=3, delay=10):
return 0
return True
"""
Check if a container is healthy and running
"""