EXE
WinGet
Docker Compose
Docker Inc. · 2.37.1 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Portable application — no installation required. Run the executable directly from any location.
File Identity
Filename
docker-compose-windows-x86_64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Docker.DockerCompose
Version
2.37.1
Description
docker-compose plugin for docker cli
License
Apache-2.0
↗
Homepage
https://github.com/docker/compose
Installer URL
https://github.com/docker/compose/releases/download/v2.37.1/docker-compose-windows-x86_64.exe
Release Notes
What's Changed
✨ Improvements
- Add support for extra_hosts building with bake by @ndeloof in #12935
🐛 Fixes
- Fix SIGSEGV on Enable Watch by @ndeloof in #12909
- Revert docker compose images JSON output to array format by @x0rw in #12917
- Sanitize service name so they can be used as bake targets by @ndeloof in #12925
- Only look for required image in bake metadata by @ndeloof in #12930
- Don't create metadatafile, just generate a random name by @ndeloof in #12931
- Fix the generated manifest f…