ScoopInstaller_Main/bucket/docker-compose.json
2021-09-29 09:14:09 -07:00

27 lines
879 B
JSON

{
"version": "2.0.0",
"description": "Define and run multi-container applications with Docker",
"homepage": "https://docs.docker.com/compose/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/docker/compose/releases/download/v2.0.0/docker-compose-windows-amd64.exe#/docker-compose.exe",
"hash": "4e85755a70f41fc2adcb08ee73cba681fc1513d3f7a8119b56a9ba7a2aa70dd8"
}
},
"bin": "docker-compose.exe",
"checkver": {
"github": "https://github.com/docker/compose"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/docker/compose/releases/download/v$version/docker-compose-windows-amd64.exe#/docker-compose.exe"
}
},
"hash": {
"url": "$url.sha256"
}
}
}