-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested
Description
Description: My docker compose contains postgres, and during post job cleanup, outputs a ridiculous amount of logs and never ends. The documentation seems to describe this behavior as having enabled debug mode, but there is literally no reference on how/when this is done. Any advice would be appreciated. I also wouldn't mind having the option to just not call docker compose down at all.
Action version: 2.0.2 / 2.1.0
Platform:
- Ubuntu
- macOS
- Windows
Repro steps:
- name: Docker compose up
if: steps.check-compose.outputs.exists == 'true'
uses: hoverkraft-tech/compose-action@v2.1.0
with:
compose-file: docker-compose.yaml"
up-flags: "--quiet-pull"
down-flags: "--timeout 5"
And a docker compose with postgres.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested