show n8n version

This commit is contained in:
usmannasir
2025-04-12 20:54:36 +05:00
parent f067e57169
commit 5e0d3d63e1
2 changed files with 2 additions and 0 deletions

View File

@@ -1144,6 +1144,7 @@ class ContainerManager(multi.Thread):
'created': container_info.get('Created', ''),
'started_at': started_at,
'uptime': uptime_str,
'image': container_info.get('Config', {}).get('Image', ''),
'ports': container_info.get('NetworkSettings', {}).get('Ports', {}),
'volumes': container_info.get('Mounts', []),
'environment': self._mask_sensitive_env(container_info.get('Config', {}).get('Env', [])),