Docker Compose Setup
ActionsThis GitHub Action installs Docker Compose v2
jobs:
my-awesome-job:
steps:
- name: Install Compose
uses: ndeloof/[email protected]
with:
version: v2.1.0 # defaults to 'latest'
legacy: true # will also install in PATH as `docker-compose`
- run: docker-compose --version
Docker Compose Setup is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.