action-docker-compose
ActionsTags
(2)Go to docker-compose at GitHub
You can find the image on Docker Hub
I use the base image docker/compose for this action
- 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.