You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: container discovery now uses list_containers results instead of …
…health checks
The discover endpoint was only seeing containers that appeared in health check
results. But health checks only return registered apps + system patterns.
Now it:
1. First looks for list_containers command results (has ALL containers)
2. Falls back to health check results if no list_containers found
3. Properly parses system_containers array from health results
This allows discovering unregistered containers like nginx-proxy-manager.