Skip to content

Fix/docker compose#43

Merged
vidya381 merged 2 commits intomainfrom
fix/docker-compose
Mar 31, 2026
Merged

Fix/docker compose#43
vidya381 merged 2 commits intomainfrom
fix/docker-compose

Conversation

@vidya381
Copy link
Copy Markdown
Owner

closes #33

Modern Docker Compose uses compose.yml / compose.yaml as the default filename, but the detector only recognised the legacy docker-compose.yml / docker-compose.yaml variants, causing those projects to be silently skipped. Both new filenames are now included in the DockerCompose (and by extension Docker) detection logic.

@vidya381 vidya381 merged commit eead56e into main Mar 31, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Detect compose.yml in addition to docker-compose.yml

1 participant