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
Replace docker-compose standalone with docker compose plugin.
Remove version detection logic as V1 is now obsolete and
V2/V5+ plugin is the standard.
Changes:
- Remove evaluate_docker_compose() function from bin/utils
- Use 'docker compose' directly instead of detecting V2 via version check
- Supports both Docker Compose V2 and V5+
0 commit comments