From be7642278fb6f35e40793f2d2561aa61add7a119 Mon Sep 17 00:00:00 2001 From: Ignatiev Mikhail Date: Sat, 16 Jun 2018 13:05:51 +0300 Subject: [PATCH] readme --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index dd6949d..93c5068 100644 --- a/readme.md +++ b/readme.md @@ -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