Skip to content

action-docker-compose

Actions
A GitHub action to run docker-compose
latest
Latest
Star (3)

A GitHub action to run docker-compose

Go to docker-compose at GitHub

You can find the image on Docker Hub

Docker Pulls

I use the base image docker/compose for this action

Example usage

  - uses: actions/checkout@v4
  - name: run docker-compose
    uses: sudo-bot/action-docker-compose@latest
    with:
        # https://docs.docker.com/compose/reference/overview/
        cli-args: "up"

action-docker-compose 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

A GitHub action to run docker-compose
latest
Latest

action-docker-compose 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.