Skip to content

Docker Compose Setup

Actions
Install Docker Compose
v0.0.1
Latest
Star (14)

Install Docker Compose

This GitHub Action installs Docker Compose v2

Usage

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.

About

Install Docker Compose
v0.0.1
Latest

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.