mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-10 22:53:06 +08:00
579 B
579 B
Example using compose-flags
Specify flags to pass to the docker-compose command. Default is none. A full
list of flags can be found in the
docker-compose documentation.
steps:
# need checkout before using compose-action
- uses: actions/checkout@v3
- uses: hoverkraft-tech/compose-action@v1.5.1
with:
compose-file: './docker/docker-compose.yml'
services: |
helloworld2
helloworld3