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

Support passing docker-compose command options #40

Closed
AlexZeitler opened this issue Mar 20, 2019 · 0 comments · Fixed by #41
Closed

Support passing docker-compose command options #40

AlexZeitler opened this issue Mar 20, 2019 · 0 comments · Fixed by #41
Assignees

Comments

@AlexZeitler
Copy link
Contributor

AlexZeitler commented Mar 20, 2019

Examples:

const options = [["--build"], ["--timeout", "30"]]
await compose.upAll({cwd: __dirname, log: true, options});
const options = ["--build", ["--timeout", "30"]]
await compose.upAll({cwd: __dirname, log: true, options});
@AlexZeitler AlexZeitler changed the title Support passing docker-compose options Support passing docker-compose command options Mar 20, 2019
@AlexZeitler AlexZeitler self-assigned this Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant