From c8ec6144542315d01d7dfb18e1f7c5c742c3b6fd Mon Sep 17 00:00:00 2001 From: Alexander Zeitler Date: Wed, 20 Mar 2019 03:27:40 +0100 Subject: [PATCH] update readme --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 64dfe8c..2b13e3e 100644 --- a/readme.md +++ b/readme.md @@ -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