Skip to content

Commit bbeb376

Browse files
authored
Release v1.2.0
1 parent ada3c6c commit bbeb376

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,17 @@ This action runs your docker-compose file and clean up before action finished.
2020

2121
**Optional** Used to specify flags to pass to the `docker-compose down` command during cleanup. Default is none. Can be used to pass the `--volumes` flag, for example, if you want persistent volumes to be deleted as well during cleanup. A full list of flags can be found in the [docker-compose down documentation](https://docs.docker.com/compose/reference/down/).
2222

23+
### `compose-flags`
24+
25+
**Optional** Used to 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](https://docs.docker.com/compose/reference/#command-options-overview-and-help).
26+
2327
## Example usage
2428

2529
```yaml
2630
steps:
2731
# need checkout before using compose-action
2832
- uses: actions/checkout@v3
29-
- uses: isbang/compose-action@v1.1.0
33+
- uses: isbang/compose-action@v1.2.0
3034
with:
3135
compose-file: "./docker/docker-compose.yml"
3236
down-flags: "--volumes"

0 commit comments

Comments
 (0)