mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-15 04:31:16 +00:00
update readme
This commit is contained in:
parent
c14141896d
commit
c8ec614454
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ compose.exec('node', 'npm install', { cwd: path.join(__dirname) })
|
|||
* `cwd {string}`: mandatory folder path to the `docker-compose.yml`
|
||||
* `config {(string|string[])}`: custom and/or multiple yml files can be specified (relative to `cwd`)
|
||||
* `[log] {boolean}`: optional setting to enable console logging (output of `docker-compose` `stdout`/`stderr` output)
|
||||
* `[commandOptions] string[]|Array<string|string[]`: pass optional command options like `"--build"` or `[["--build"], ["--timeout", "5"]]` or `["--build", ["--timeout", "5"]]` for the `up` command.
|
||||
|
||||
## Running the tests
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue