diff --git a/package.json b/package.json index e32e634..9219e4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docker-compose", - "version": "0.11.0", + "version": "0.11.1", "main": "index.js", "typings": "index.d.ts", "scripts": { diff --git a/readme.md b/readme.md index 527754d..11d1f8e 100644 --- a/readme.md +++ b/readme.md @@ -24,6 +24,9 @@ npm install --save-dev docker-compose * `buildAll(options)` - Build or rebuild services * `buildMany(services, options)` - Build or rebuild services * `buildOne(service, options)` - Build or rebuild service +* `restartAll(options)` - Restart all services +* `restartMany(services, options)` - Restart services +* `restartOne(service, options)` - Restart service * `ps(options)` - Lists containers information All commands return a `Promise({object})` with an stdout and stderr strings