Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass options to compose down command #9040

Merged
merged 1 commit into from
Jul 30, 2024
Merged

Pass options to compose down command #9040

merged 1 commit into from
Jul 30, 2024

Conversation

eddumelendez
Copy link
Member

Currently, setting options are supported for the up command. But, the same are not passed to the down command. Support for this has been added. Also, adding an example using --profiles.

Fixes #5041

Currently, setting options are supported for the `up` command. But,
the same are not passed to the `down` command. Support for this has been added.
Also, adding an example using `--profiles`.

Fixes #5041
@eddumelendez eddumelendez requested a review from a team as a code owner July 30, 2024 18:47
@eddumelendez eddumelendez added this to the next milestone Jul 30, 2024
@eddumelendez eddumelendez merged commit 33e9f64 into main Jul 30, 2024
100 checks passed
@eddumelendez eddumelendez deleted the gh-5041 branch July 30, 2024 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for --profiles to DockerComposeContainer
1 participant