mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-15 12:41:28 +00:00
readme
This commit is contained in:
parent
8889412840
commit
be7642278f
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,8 @@ compose.up({ cwd: path.join(__dirname), log: true })
|
|||
|
||||
`docker-compose` accepts these params:
|
||||
|
||||
* `cwd {string}`: mandatory folder path to the `docker-compose.yml` (you don't need to specify the name of the `docker-compose.yml` - and custom file names are not supported yet ([PR ahead](https://github.com/PDMLab/docker-compose/issues/1)? 😉))
|
||||
* `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)
|
||||
|
||||
## Running the tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue